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