Skip to content

Commit

Permalink
fix: go releaser params and envs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jan 3, 2022
1 parent f3daa62 commit ce2ef08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
CLIENT_VERSION: ${{ steps.get_details.outputs.SOURCE_TAG }}
GIT_BRANCH: ${{ steps.get_details.outputs.SOURCE_BRANCH }}
GO_VERSION: ${{ steps.goversion.outputs.GOVERSION }}
GORELEASER_CURRENT_TAG: ${{ steps.get_details.outputs.SOURCE_TAG }}
5 changes: 2 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@
"presetConfig": {
"types": [
{ "type": "build", "section": ":nut_and_bolt: Build", "hidden": false },
{ "type": "chore", "section": ":package: Chore", "hidden": false },
{ "type": "ci", "section": ":repeat: CI", "hidden": false },
{ "type": "docs", "section": ":memo: Docs", "hidden": false },
{ "type": "feat", "section": ":sparkles: News", "hidden": false },
{ "type": "fix", "section": ":bug: Fix", "hidden": false },
{ "type": "fix", "section": ":bug: Fix", "hidden": false },
{ "type": "perf", "section": ":fast_forward: Performance", "hidden": false },
{ "type": "refactor", "section": ":zap: Refact", "hidden": false },
{ "type": "revert", "section": ":flashlight: Revert", "hidden": false },
{ "type": "revert", "section": ":flashlight: Revert", "hidden": false },
{ "type": "style", "section": ":barber: Style", "hidden": false },
{ "type": "test", "section": ":white_check_mark: Test", "hidden": false }
]}
Expand Down

0 comments on commit ce2ef08

Please sign in to comment.