Skip to content

Commit

Permalink
Remove dry run from publish GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Jul 19, 2023
1 parent b386138 commit 2ccd7e0
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 @@ -23,6 +23,6 @@ jobs:
- run: npm i --ignore-scripts
- name: Build package and prepare package.json
run: NODE_OPTIONS="-r ts-node/register" node .build/build_and_prepare.ts ${{ github.event.inputs.version }}
- run: npm publish --dry-run
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2ccd7e0

Please sign in to comment.