Skip to content

Commit

Permalink
Set builder GoRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon29 committed Oct 12, 2023
1 parent f0e70a1 commit 9b0ee5d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}

# -
# name: Run GoReleaser
# uses: goreleaser/[email protected]
# with:
# version: latest
# args: release --rm-dist
# env:
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# # GitHub sets this automatically
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Builder
uses: wangyoucao577/go-release-action@v1.33
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
project_path: "cmd"
asset_name: renymize-linux-amd64
goversion: 1.19
version: latest
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
# GitHub sets this automatically
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# -
# name: Builder
# uses: wangyoucao577/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# goos: linux
# goarch: amd64
# project_path: "cmd"
# asset_name: renymize-linux-amd64
# goversion: 1.19

0 comments on commit 9b0ee5d

Please sign in to comment.