Skip to content

Commit

Permalink
pin goreleaser to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Oct 14, 2022
1 parent 0e771db commit 355b126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- name: Build
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.9.2
args: build --skip-validate # skip validate skips initial sanity checks in order to be able to fully run

- name: Release
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
version: v1.9.2
args: release --rm-dist --release-notes=../release_notes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 355b126

Please sign in to comment.