Skip to content

Commit 4fde5dc

Browse files
authored
Remove dry-run
1 parent 415921a commit 4fde5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
4848
- name: Publish @latest
49-
run: npm publish --tag latest --dry-run
49+
run: npm publish --tag latest
5050
if: "!github.event.release.prerelease"
5151
env:
5252
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)