Skip to content

Commit

Permalink
used github context for release name
Browse files Browse the repository at this point in the history
  • Loading branch information
belgaied2 committed Feb 21, 2022
1 parent 7f14edb commit 4b959cc
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 @@ -26,4 +26,4 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: harvester
ldflags: -X main.VERSION=${RELEASE_TAG}
ldflags: -X main.VERSION=${{ github.ref_name }}

0 comments on commit 4b959cc

Please sign in to comment.