We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae7b55 + e0d28b0 commit 054a66cCopy full SHA for 054a66c
.github/workflows/release.yaml
@@ -49,11 +49,10 @@ jobs:
49
run: make release tag=${{ env.RELEASE_VERSION }}
50
51
- name: Create Release
52
- uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00
+ uses: lightninglabs/gh-actions/action-gh-release@2024.07.24.00
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
with:
56
- tag_name: ${{ env.RELEASE_VERSION }}
57
name: ${{ env.RELEASE_VERSION }}
58
draft: true
59
prerelease: false
0 commit comments