Skip to content

Commit

Permalink
chore: set default version for goreleaser gha
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Sep 17, 2024
1 parent 6a2b44b commit 85bbdd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
uses: ./.github/workflows/tpl-packaging.yml
secrets: inherit
with:
goreleaser-version: 2
goreleaser-args: "release --clean --snapshot"
artifacts-cache: true
artifacts-cache-key: "dist-${{ github.run_id }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tpl-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
goreleaser-version:
default: latest
default: '~> v2'
type: string
goreleaser-args:
required: true
Expand Down

0 comments on commit 85bbdd1

Please sign in to comment.