Skip to content

Commit 027c60b

Browse files
committed
Remove --dry-run flag from npx command
1 parent 99a6621 commit 027c60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: Release
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
run: npx semantic-release --dry-run
41+
run: npx semantic-release

0 commit comments

Comments
 (0)