Skip to content

Commit 2a5bd03

Browse files
chore(ci): Remove promotion dry run flag
1 parent 039e7d4 commit 2a5bd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: |
2828
cd packages/module
2929
npm version ${{ github.ref_name }} --git-tag-version false
30-
npm publish --tag=latest --dry-run
30+
npm publish --tag=latest

0 commit comments

Comments
 (0)