Skip to content

Commit

Permalink
fix paramenter (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 21, 2024
1 parent a2afdec commit c06a08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --clean --split --timeout 2h --id $ {{ inputs.distribution }}
args: release --clean --split --timeout 2h --id ${{ inputs.distribution }}
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
Expand Down

0 comments on commit c06a08b

Please sign in to comment.