We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f65270d + 6bba3d1 commit e683ccdCopy full SHA for e683ccd
.github/workflows/draft-publisher.yml
@@ -36,7 +36,7 @@ jobs:
36
TARGET="master"
37
fi
38
echo RELEASE_TARGET=$TARGET >> $GITHUB_ENV
39
- - uses: release-drafter/release-drafter@v6
+ - uses: release-drafter/release-drafter@v7
40
with:
41
config-name: release-drafter.yml
42
disable-autolabeler: true
.github/workflows/release-drafter.yml
@@ -18,9 +18,9 @@ jobs:
18
pull-requests: write
19
runs-on: ubuntu-latest
20
steps:
21
22
23
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