Skip to content

Commit

Permalink
fix: fixed name of npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Feb 15, 2021
1 parent 4bc06c4 commit e89d67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
- name: "Semantic Release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn multi-semantic-release

0 comments on commit e89d67d

Please sign in to comment.