mirror of
https://github.com/uutils/tar.git
synced 2026-06-10 16:14:35 -07:00
chore(deps): update softprops/action-gh-release action to v3 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
strip -s target/release/tarapp
|
||||
zstd -19 target/release/tarapp -o ../tar-x86_64-unknown-linux-gnu.zst
|
||||
- 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'
|
||||
with:
|
||||
tag_name: latest-commit
|
||||
|
||||
Reference in New Issue
Block a user