Skip to content

Commit

Permalink
Pin goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Dec 16, 2024
1 parent cbb56e4 commit f6f67a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Goreleaser publish
uses: goreleaser/goreleaser-action@v1
with:
version: latest
version: v1.26.2
args: release --rm-dist --config=.goreleaser.prelease.yml
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Goreleaser publish
uses: goreleaser/goreleaser-action@v1
with:
version: latest
version: v1.26.2
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
Expand Down

0 comments on commit f6f67a8

Please sign in to comment.