Skip to content

Commit

Permalink
Upgrade gorleaser in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy authored and synackd committed Oct 25, 2024
1 parent 6613238 commit fea8e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PRBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
echo "BUILD_USER=$(whoami)" >> $GITHUB_ENV
- name: Build with goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
env:
GITHUB_TOKEN: ${{ github.token }}
with:
version: latest
version: '~> v2'
args: build --clean --snapshot
id: goreleaser
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
echo "BUILD_USER=$(whoami)" >> $GITHUB_ENV
- name: Release with goreleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
env:
GITHUB_TOKEN: ${{ github.token }}
with:
version: latest
version: '~> v2'
args: release --clean
id: goreleaser

Expand Down

0 comments on commit fea8e05

Please sign in to comment.