Skip to content

Commit 6114235

Browse files
committed
.github/workflows: enforce version check when building release binaries
1 parent 5d1fd00 commit 6114235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version: '${{ env.GO_VERSION }}'
4444

4545
- name: build release for all architectures
46-
run: SKIP_VERSION_CHECK=1 make release tag=${{ env.RELEASE_VERSION }}
46+
run: make release tag=${{ env.RELEASE_VERSION }}
4747

4848
- name: Create Release
4949
uses: lightninglabs/gh-actions/[email protected]

0 commit comments

Comments
 (0)