From 3cb5cb96de5b3c734fc9856149f0bcf2f5d5c0de Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 8 Feb 2023 13:42:53 +0100 Subject: [PATCH] .github: update release action workflow Our latest action-release workflow no longer uses a deprecated github-script version. --- .github/workflows/release.yml.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml.disabled index e680fe8..4f33c66 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml.disabled @@ -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"