Skip to content

Commit

Permalink
GitHub: fix release script by updating GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jul 24, 2024
1 parent eae7b55 commit e0d28b0
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 e0d28b0

Please sign in to comment.