Skip to content

Commit

Permalink
add flags and version
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Jul 4, 2024
1 parent a80eaaa commit 5ab5a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build
working-directory: relayer
run: mage build
run: CGO_ENABLED=1 GOOS=linux GOARCH=amd64 mage build

- name: Configure Git
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@latest
uses: mikepenz/release-changelog-builder-action@v4

- name: Create a GitHub Release
id: create_release
Expand Down

0 comments on commit 5ab5a8c

Please sign in to comment.