Skip to content

Commit a64f789

Browse files
authored
Merge pull request kubernetes-sigs#10255 from kubernetes-sigs/dependabot/github_actions/softprops/action-gh-release-2
🌱 Bump softprops/action-gh-release from 1 to 2
2 parents e8920a2 + 70c496a commit a64f789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
106106
-o "${{ env.RELEASE_TAG }}.md"
107107
- name: Release
108-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # tag=v1
108+
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # tag=v2.0.3
109109
with:
110110
draft: true
111111
files: out/*

0 commit comments

Comments
 (0)