Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi committed Feb 24, 2022
1 parent 845172c commit ee3cd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
Version: ${{ steps.create-tag.outputs.Version }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
- windows
- darwin
ldflags:
- -s -w -X "main.version={{ steps.create-tag.outputs.Version }}"
- -s -w -X "main.version={{.Env.Version}}"
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit ee3cd40

Please sign in to comment.