We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5874d3 + a319f07 commit 68279c9Copy full SHA for 68279c9
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
echo TAG_NAME="${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
31
- name: Create Release
32
id: create_release
33
- uses: shogo82148/[email protected].6
+ uses: shogo82148/[email protected].7
34
with:
35
release_name: ${{ steps.branch_name.outputs.TAG_NAME }}
36
draft: true # So we can manually edit before publishing
0 commit comments