Skip to content

Commit

Permalink
.github/workflows: enforce version check when building release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Jan 9, 2024
1 parent bc88cad commit 781d160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
go-version: '${{ env.GO_VERSION }}'

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

- name: Create Release
uses: lightninglabs/gh-actions/action-gh-release@2021.01.25.00
Expand Down

0 comments on commit 781d160

Please sign in to comment.