Skip to content

Commit

Permalink
fix: rename semantic release npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jun 7, 2023
1 parent a81db20 commit 20f5480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -52,14 +52,14 @@ jobs:
if: github.ref == 'refs/heads/develop'
env:
GITHUB_TOKEN: ${{ secrets.SECRET_NAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Deploy on master branch
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.SECRET_NAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Merge master into develop
Expand Down

0 comments on commit 20f5480

Please sign in to comment.