Skip to content

Commit

Permalink
chore(ci): add goreleaser args
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Nov 29, 2023
1 parent a5a78d1 commit bdcb585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Goreleaser
on:
workflow_dispatch:
inputs:
goReleaserConfig:
description: 'Configuration ENV for goreleaser'
goReleaserArgs:
description: 'Args goreleaser'
required: false
default: 'CGO_ENABLED=1'
default: '--clean'
push:
tags:
- "*"
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release ${{ github.event.inputs.goReleaserArgs }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit bdcb585

Please sign in to comment.