Skip to content

Commit

Permalink
chore(deps): Pin goreleaser (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored Jun 27, 2024
1 parent 382ecff commit 4476b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Release dry run
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --snapshot --rm-dist
version: v1.25.1
args: release --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
Expand Down

0 comments on commit 4476b18

Please sign in to comment.