Skip to content

Commit

Permalink
build: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jlundan committed Feb 1, 2025
1 parent bd0f87e commit 04b684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: '>=1.22'

- name: Build Binary
- run: go build -ldflags "-X main.version=${{ github.ref_name }}" -o ./bin/journeys.api cmd/journeys/journeys.go
run: go build -ldflags "-X main.version=${{ github.ref_name }}" -o ./bin/journeys.api cmd/journeys/journeys.go

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 04b684e

Please sign in to comment.