From e0d28b05304cf0bc8b1ce535a12f176fda97bb2c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 24 Jul 2024 09:23:27 +0200 Subject: [PATCH] GitHub: fix release script by updating GH action --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35688896b..e7018e5e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,11 +49,10 @@ jobs: run: make release tag=${{ env.RELEASE_VERSION }} - name: Create Release - uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00 + uses: lightninglabs/gh-actions/action-gh-release@2024.07.24.00 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ env.RELEASE_VERSION }} name: ${{ env.RELEASE_VERSION }} draft: true prerelease: false