Skip to content

Commit

Permalink
remove goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Jul 22, 2024
1 parent 129bf94 commit 6f88270
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ~1.21.5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser-pro
version: latest
args: release --clean -f cmd/builder/.goreleaser.yml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Setup Go
# uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
# with:
# go-version: ~1.21.5
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
# with:
# distribution: goreleaser-pro
# version: latest
# args: release --clean -f cmd/builder/.goreleaser.yml
# env:
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Github Release
run: |
Expand Down

0 comments on commit 6f88270

Please sign in to comment.