Skip to content

Commit 2eeeb8a

Browse files
chore(deps): update softprops/action-gh-release action to v3
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent 9df322e commit 2eeeb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
git push origin --tags
8989
9090
- name: Publish Release
91-
uses: softprops/action-gh-release@v2
91+
uses: softprops/action-gh-release@v3
9292
with:
9393
tag_name: ${{ steps.version.outputs.VERSION }}
9494
files: "*.tar.gz"

0 commit comments

Comments
 (0)