.github: update release action workflow

Our latest action-release workflow no longer uses a deprecated
github-script version.
This commit is contained in:
Jelle van der Waa 2023-02-08 13:42:53 +01:00 committed by Martin Pitt
parent 03d02f398a
commit 3cb5cb96de

View file

@ -29,6 +29,6 @@ jobs:
run: make dist run: make dist
- name: Publish GitHub release - name: Publish GitHub release
uses: cockpit-project/action-release@62db9d9850a1adec300500d84035c4f523fd5290 uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9
with: with:
filename: "TARNAME-${{ github.ref_name }}.tar.xz" filename: "TARNAME-${{ github.ref_name }}.tar.xz"