We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f814c1b commit 6bba3d1Copy full SHA for 6bba3d1
.github/workflows/release-drafter.yml
@@ -21,6 +21,6 @@ jobs:
21
- uses: release-drafter/release-drafter@v7
22
with:
23
config-name: release-drafter.yml
24
- commitish: ${{ github.ref }}
+ commitish: ${{ github.event_name == 'push' && github.ref_name || 'release/13.2' }}
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments