Skip to content

Commit

Permalink
chore(release): add npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-gordon committed Nov 12, 2021
1 parent d9b69b2 commit 71dde0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed .github/workflows/release.yml
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPMTOKEN }}
run: yarn semantic-release

0 comments on commit 71dde0f

Please sign in to comment.