Skip to content

Commit 91c14f4

Browse files
authored
Merge pull request #4244 from k0sproject/dependabot/github_actions/shogo82148/actions-create-release-1.7.3
Bump shogo82148/actions-create-release from 1.7.2 to 1.7.3
2 parents 78479c4 + d068265 commit 91c14f4

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
@@ -29,7 +29,7 @@ jobs:
2929
echo TAG_NAME="${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3030
- name: Create Release
3131
id: create_release
32-
uses: shogo82148/[email protected].2
32+
uses: shogo82148/[email protected].3
3333
with:
3434
release_name: ${{ steps.branch_name.outputs.TAG_NAME }}
3535
draft: true # So we can manually edit before publishing

0 commit comments

Comments
 (0)