Skip to content

Commit 72058fa

Browse files
chore(build): remove dry-run argument
1 parent 61d7fd8 commit 72058fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# publish pre-release if on PR branch
4646
- name: release PR version
4747
if: ${{ startsWith(github.ref, 'refs/pull/') }}
48-
run: npx semantic-release -- --dry-run --debug
48+
run: npx semantic-release -- --debug
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)