Skip to content

Commit

Permalink
Fix token and working directory for npm CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Aug 9, 2023
1 parent 93d2966 commit 0e28948
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
release:
name: "Release & Publish"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- name: 🧮 Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -46,7 +43,7 @@ jobs:
id: npm-publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.ELEMENT_NPM_TOKEN }}
access: public

- name: 🧬 Create release
Expand Down

0 comments on commit 0e28948

Please sign in to comment.