Skip to content

Commit

Permalink
Merge pull request #34 from MailOnline/chore/fix_release_build
Browse files Browse the repository at this point in the history
chore: 🤖 use NODE_AUTH_TOKEN to set npm token
  • Loading branch information
carpasse authored Nov 21, 2023
2 parents c56e576 + de50457 commit 1b61a16
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 @@ -28,5 +28,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn run semantic-release

0 comments on commit 1b61a16

Please sign in to comment.