Skip to content

Commit ced6086

Browse files
authored
Remove dry-run from beta npm publish
1 parent 70680d6 commit ced6086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2828
- name: Publish with beta tag
2929
if: "github.event.release.prerelease && contains(github.ref, 'beta')"
30-
run: npm publish . --tag beta --dry-run
30+
run: npm publish . --tag beta
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)