Skip to content

Commit 6494594

Browse files
committed
u
1 parent f12a4fd commit 6494594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
publishGitRelease:
9-
if: startsWith(github.ref, 'refs/heads/release')
9+
if: startsWith(github.event.base_ref, 'refs/heads/release')
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)