Skip to content

Commit 154a8af

Browse files
committed
GitHub: update vendored release script
This fixes the problem where releases wouldn't be created anymore due to the GitHub Action for creating the draft release being out of date.
1 parent fa9929c commit 154a8af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ jobs:
4040
run: SKIP_VERSION_CHECK=1 make release tag=${{ env.RELEASE_VERSION }}
4141

4242
- name: Create Release
43-
uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00
43+
uses: lightninglabs/gh-actions/action-gh-release@c7149b6a7818d1c39b36b69e727569897b6f2c5a
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:
47-
tag_name: ${{ env.RELEASE_VERSION }}
4847
name: lnd ${{ env.RELEASE_VERSION }}
4948
draft: true
5049
prerelease: false

0 commit comments

Comments
 (0)