Skip to content

Commit

Permalink
Fix go releaser workflow (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored May 3, 2024
1 parent eb7d67a commit 24601b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-go-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
version: latest
args: release --config ${{ steps.go-releaser-config.outputs.path }} --clean --parallelism 2 --timeout 180m
env:
ARCHIVES_FORMAT: {{ inputs.format }}
ARCHIVES_FORMAT: ${{ inputs.format }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ steps.github-app.outputs.token }}

Expand Down

0 comments on commit 24601b6

Please sign in to comment.