Skip to content

Commit

Permalink
fix(release): change flow name and added node_auth_token env
Browse files Browse the repository at this point in the history
  • Loading branch information
thekeogh committed Oct 10, 2023
1 parent 242e047 commit e64ba8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- run: npm run build
- name: semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx -p "@semantic-release/exec" semantic-release --debug

0 comments on commit e64ba8e

Please sign in to comment.