Skip to content

Commit

Permalink
Merge pull request #15 from asdf-vm/tb/attempt-to-fix-goreleaser-2
Browse files Browse the repository at this point in the history
fix(golang-rewrite): try to get goreleaser action to generate snapsho…
  • Loading branch information
Stratus3D authored Feb 4, 2024
2 parents 0d2bed8 + 7c2a826 commit 9b65c41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.5'
cache: true
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
# Downgraded to version 4 to get snapshot feature working
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: "v0.0.0"
version: latest
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b65c41

Please sign in to comment.