Skip to content

Commit

Permalink
fix: go release name template
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jan 3, 2022
1 parent 9d80886 commit 9ca2cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
args: release --rm-dist
env:
CLIENT_VERSION: ${{ steps.get_details.outputs.SOURCE_TAG }}
GO_VERSION: ${{ steps.get_details.outputs.GOVERSION }}
GORELEASER_CURRENT_TAG: ${{ steps.get_details.outputs.SOURCE_TAG }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_BRANCH: ${{ steps.get_details.outputs.SOURCE_BRANCH }}
GO_VERSION: ${{ steps.goversion.outputs.GOVERSION }}
GORELEASER_CURRENT_TAG: ${{ steps.get_details.outputs.SOURCE_TAG }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release:
github:
owner: lpmatos
name: loli
name_template: "{{.ProjectName}}-v{{.Version}}"
name_template: "v{{.Version}}"
builds:
- id: loli
binary: loli
Expand Down

0 comments on commit 9ca2cb5

Please sign in to comment.