Skip to content

Commit

Permalink
Release workflow: publish with public access (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup authored Nov 5, 2024
1 parent 65a3dd9 commit 05d8ef4
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 @@ -51,7 +51,7 @@ jobs:
git push origin main
git push origin $(git tag --points-at HEAD)
npm install
npm publish
npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ env.NODE_AUTH_TOKEN }}

Expand Down

0 comments on commit 05d8ef4

Please sign in to comment.