We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a4fd commit 6494594Copy full SHA for 6494594
1 file changed
.github/workflows/release-draft.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
publishGitRelease:
9
- if: startsWith(github.ref, 'refs/heads/release')
+ if: startsWith(github.event.base_ref, 'refs/heads/release')
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
0 commit comments