We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080c31e commit 5a911ebCopy full SHA for 5a911eb
.github/workflows/release-drafter.yml
@@ -20,5 +20,7 @@ jobs:
20
steps:
21
- name: 🚀 Run Release Drafter
22
uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
23
+ with:
24
+ commitish: ${{ github.sha }}
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments