Skip to content

Commit

Permalink
Pin GoReleaser to last successful version 1.20 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 authored Sep 26, 2023
1 parent c97120b commit 13567a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
with:
args: -p 3 -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
60m0s
version: latest
version: v1.20.0
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
Expand Down Expand Up @@ -451,6 +451,7 @@ jobs:
- java
name: master
on:
workflow_dispatch: {}
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
args: -p 3 release --rm-dist --timeout 60m0s
version: latest
version: v1.20.0
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 13567a2

Please sign in to comment.