Skip to content

Commit

Permalink
ci(release): fix NPM_Token for deprecation
Browse files Browse the repository at this point in the history
BREAKING as the merge wasn't marked as one successfully…
  • Loading branch information
sebbo2002 committed Nov 13, 2020
1 parent b3949fd commit 5c988b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: steps.module-cache.outputs.cache-hit != 'true'
run: npm ci
- name: semantic-release
run: npx semantic-release
run: NPM_TOKEN=$NODE_AUTH_TOKEN npx semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 5c988b9

Please sign in to comment.