mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
chore(deps): update softprops/action-gh-release action to v3
This commit is contained in:
committed by
Daniel Hofstetter
parent
f936e2267d
commit
086eba8be9
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user