Skip to content

Commit

Permalink
Merge pull request #1046 from guggero/fix-release-script
Browse files Browse the repository at this point in the history
GitHub: fix release script by updating GH action
  • Loading branch information
guggero authored Jul 24, 2024
2 parents eae7b55 + e0d28b0 commit 054a66c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 054a66c

Please sign in to comment.