Skip to content

Commit e0d28b0

Browse files
committed
GitHub: fix release script by updating GH action
1 parent eae7b55 commit e0d28b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ jobs:
4949
run: make release tag=${{ env.RELEASE_VERSION }}
5050

5151
- name: Create Release
52-
uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00
52+
uses: lightninglabs/gh-actions/action-gh-release@2024.07.24.00
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
56-
tag_name: ${{ env.RELEASE_VERSION }}
5756
name: ${{ env.RELEASE_VERSION }}
5857
draft: true
5958
prerelease: false

0 commit comments

Comments
 (0)