mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore(deps): bump softprops/action-gh-release from 1 to 2 (#640)
This commit is contained in:
parent
50f555a5bd
commit
bfe7f9a050
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
run: tar czvf compressed-dist.tgz -C dist .
|
||||
|
||||
- name: attach github release artifacts
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: compressed-dist.tgz
|
||||
tag_name: ${{ needs.release-please.outputs.tag_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user