Skip to content

Commit

Permalink
Revert the goreleaser-action to last approved digest
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Oct 18, 2024
1 parent ad29758 commit e869816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
go-version: ${{ env.GoVersion }}
cache: false

- uses: goreleaser/goreleaser-action@v6
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
distribution: goreleaser
version: '~> v2'
Expand All @@ -91,7 +91,7 @@ jobs:
go-version: ${{ env.GoVersion }}
cache: false

- uses: goreleaser/goreleaser-action@v6
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
distribution: goreleaser
version: '~> v2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
make full-test
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8
with:
distribution: goreleaser
version: '~> v2'
Expand Down

0 comments on commit e869816

Please sign in to comment.