mirror of
https://github.com/uutils/sed.git
synced 2026-06-10 16:14:15 -07:00
chore(deps): update softprops/action-gh-release action to v3
This commit is contained in:
committed by
Daniel Hofstetter
parent
08d3454b8c
commit
b72279afb3
@@ -58,7 +58,7 @@ jobs:
|
||||
cargo build --config=profile.release.strip=true --profile=release #-fast
|
||||
zstd -19 target/release/sed -o ../sed-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