Skip to content

Commit 8960c83

Browse files
authored
fix: Disable dry-run. (#193)
1 parent e38d33a commit 8960c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
5454
run: |
5555
echo "//registry.npmjs.org/:_authToken=${{ secrets.TOKEN_GITHUB_TO_NPM_RW }}" >> .npmrc
56-
npm publish --dry-run
56+
npm publish

0 commit comments

Comments
 (0)