Skip to content

Commit 68279c9

Browse files
authored
Merge pull request #5684 from k0sproject/dependabot/github_actions/shogo82148/actions-create-release-1.7.7
Bump shogo82148/actions-create-release from 1.7.6 to 1.7.7
2 parents a5874d3 + a319f07 commit 68279c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo TAG_NAME="${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3131
- name: Create Release
3232
id: create_release
33-
uses: shogo82148/[email protected].6
33+
uses: shogo82148/[email protected].7
3434
with:
3535
release_name: ${{ steps.branch_name.outputs.TAG_NAME }}
3636
draft: true # So we can manually edit before publishing

0 commit comments

Comments
 (0)