Skip to content

Commit c843f27

Browse files
[PETOSS-829] Remove dryrun flag (#766)
1 parent f56229f commit c843f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: ${{ github.workspace }}/.github/semantic-release
2828

2929
- name: Perform release
30-
run: npx semantic-release --dry-run
30+
run: npx semantic-release
3131
working-directory: ${{ github.workspace }}/.github/semantic-release
3232
env:
3333
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)