We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9929c commit 154a8afCopy full SHA for 154a8af
.github/workflows/release.yaml
@@ -40,11 +40,10 @@ jobs:
40
run: SKIP_VERSION_CHECK=1 make release tag=${{ env.RELEASE_VERSION }}
41
42
- name: Create Release
43
- uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00
+ uses: lightninglabs/gh-actions/action-gh-release@c7149b6a7818d1c39b36b69e727569897b6f2c5a
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
with:
47
- tag_name: ${{ env.RELEASE_VERSION }}
48
name: lnd ${{ env.RELEASE_VERSION }}
49
draft: true
50
prerelease: false
0 commit comments