mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 19:34:37 +00:00
Merge pull request #233 from kubevirt/renovate/major-github-actions
chore(deps): update softprops/action-gh-release action to v3
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
|||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v3
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.version.outputs.VERSION }}
|
tag_name: ${{ steps.version.outputs.VERSION }}
|
||||||
files: "*.tar.gz"
|
files: "*.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user