We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830aa06 commit 2a54478Copy full SHA for 2a54478
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
id: release-drafter
31
env:
32
GITHUB_TOKEN: ${{ github.token }}
33
+ with:
34
+ commitish: ${{ github.sha }}
35
- name: Create tag
36
uses: actions/github-script@v7
37
with:
0 commit comments