Skip to content

Commit b2b497e

Browse files
committed
build(gha): Workaround for Craft action params
1 parent d83aa55 commit b2b497e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
action: publish
3131
version: ${{ github.event.client_payload.version || steps.calver.outputs.version }}
32-
keep_branch: true
33-
no_merge: true
32+
keep_branch: '--keep-branch'
33+
no_merge: '--no-merge'
3434
env:
3535
DRY_RUN: ${{ github.event.client_payload.dry_run }}
3636
GIT_COMMITTER_NAME: getsentry-bot

0 commit comments

Comments
 (0)