Skip to content

Commit

Permalink
fix: frozen goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Feb 9, 2024
1 parent 191f8e4 commit 0cb2d5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
args: release --skip=publish --config ci/goreleaser-for-linux.yaml
version: v1.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy homebrew
Expand All @@ -60,6 +61,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
args: release --skip=publish --config ci/goreleaser-for-darwin.yaml
version: v1.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Copy homebrew
Expand Down Expand Up @@ -167,5 +169,6 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
args: release --config ci/goreleaser-release.yaml
version: v1.23.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cb2d5f

Please sign in to comment.