Skip to content

Commit

Permalink
chore: remove --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Sep 16, 2024
1 parent fa7ebbd commit d0d6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: nix develop --ignore-environment --keep NODE_AUTH_TOKEN --command bash -c 'npm publish --dry-run planet-a-avsc-zstandard-codec-*.tgz'
run: nix develop --ignore-environment --keep NODE_AUTH_TOKEN --command bash -c 'npm publish planet-a-avsc-zstandard-codec-*.tgz'

0 comments on commit d0d6572

Please sign in to comment.