Skip to content

Commit

Permalink
ci: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jul 25, 2024
1 parent 30a9341 commit 29ebc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_goreleaser-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: goreleaser/goreleaser-action@v4
with:
version: latest
version: v1.26.2
args: build --parallelism 4 --rm-dist --skip-validate --snapshot
env:
GITHUB_TOKEN: ${{ secrets.NUMARY_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_goreleaser-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SEGMENT_WRITE_KEY: ${{ secrets.SEGMENT_WRITE_KEY_OSS }}
uses: goreleaser/goreleaser-action@v4
with:
version: latest
version: v1.26.2
args: release --rm-dist
- name: Run GoReleaser for MacOS
if: ${{ matrix.os == 'macos-latest' }}
Expand Down

0 comments on commit 29ebc81

Please sign in to comment.