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 5d1fd00 commit 6114235Copy full SHA for 6114235
.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
43
go-version: '${{ env.GO_VERSION }}'
44
45
- name: build release for all architectures
46
- run: SKIP_VERSION_CHECK=1 make release tag=${{ env.RELEASE_VERSION }}
+ run: make release tag=${{ env.RELEASE_VERSION }}
47
48
- name: Create Release
49
uses: lightninglabs/gh-actions/[email protected]
0 commit comments