chore(deps): update softprops/action-gh-release action to v3

This commit is contained in:
renovate[bot]
2026-04-12 11:10:53 +00:00
committed by Daniel Hofstetter
parent f936e2267d
commit 086eba8be9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -672,7 +672,7 @@ jobs:
rm share/zsh/site-functions/_[ # not supported
tar --zstd -cf docs.tar.zst share
- name: Publish
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
if: steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true && matrix.job.check-only != true
with:
draft: true
@@ -682,7 +682,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish latest commit
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.job.skip-publish != true && matrix.job.check-only != true
with:
tag_name: latest-commit
+1 -1
View File
@@ -167,7 +167,7 @@ jobs:
strip -s /tmp/individual/usr/local/bin/*
ZSTD_CLEVEL=19 tar --zstd -caf individual-x86_64-unknown-linux-gnu.tar.zst -C /tmp/individual/usr/local bin
- name: Publish
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
tag_name: latest-commit