Skip to content

Commit

Permalink
Try to fix publish script 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lasserre committed Aug 30, 2022
1 parent a080abb commit fd8c919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ jobs:
echo "NODE_AUTH_TOKEN=$NODE_AUTH_TOKEN"
yarn nx run-many --target=publish --all --prod --ver=${{github.event.release.tag_name}} --tag=latest
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit fd8c919

Please sign in to comment.