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