Skip to content

Commit

Permalink
👷 Remove dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Feb 22, 2024
1 parent f8f33d0 commit 5276d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ jobs:
cd "${node_pkg}"
echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_GITHUB_TOKEN }}" > ~/.npmrc
npm set //npm.pkg.github.com/:_authToken ${{ secrets.NPM_GITHUB_TOKEN }}
npm publish --access public --dry-run
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}

0 comments on commit 5276d4d

Please sign in to comment.