Skip to content

Commit

Permalink
fix(ci): ref #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Jul 17, 2020
1 parent 31b597c commit 8a38792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
NODE_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
run: npm run release

- name: Update deployment status (success)
Expand Down

0 comments on commit 8a38792

Please sign in to comment.