.github: update release action workflow
Our latest action-release workflow no longer uses a deprecated github-script version.
This commit is contained in:
parent
03d02f398a
commit
3cb5cb96de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml.disabled
vendored
2
.github/workflows/release.yml.disabled
vendored
|
|
@ -29,6 +29,6 @@ jobs:
|
|||
run: make dist
|
||||
|
||||
- name: Publish GitHub release
|
||||
uses: cockpit-project/action-release@62db9d9850a1adec300500d84035c4f523fd5290
|
||||
uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
|
||||
with:
|
||||
filename: "TARNAME-${{ github.ref_name }}.tar.xz"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue