Skip to content

Commit 1a159f1

Browse files
Merge #1310
1310: Remove dry-run from beta npm publish r=bidoubiwa a=bidoubiwa Test have been succesfull and we can now safely publish a beta to npm Co-authored-by: cvermand <[email protected]>
2 parents 70680d6 + ced6086 commit 1a159f1

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)