Skip to content

Commit

Permalink
chore: disable goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Sep 12, 2024
1 parent f22d9c3 commit a6771c2
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 @@ -18,21 +18,21 @@ jobs:
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: simple
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
with:
fetch-depth: 0
- uses: actions/setup-go@v5
if: ${{ steps.release.outputs.release_created }}
with:
go-version: '1.20'
- uses: goreleaser/goreleaser-action@v6
if: ${{ steps.release.outputs.release_created }}
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions/checkout@v4
# if: ${{ steps.release.outputs.release_created }}
# with:
# fetch-depth: 0
# - uses: actions/setup-go@v5
# if: ${{ steps.release.outputs.release_created }}
# with:
# go-version: '1.20'
# - uses: goreleaser/goreleaser-action@v6
# if: ${{ steps.release.outputs.release_created }}
# with:
# # either 'goreleaser' (default) or 'goreleaser-pro'
# distribution: goreleaser
# # 'latest', 'nightly', or a semver
# version: '~> v2'
# args: release --clean
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a6771c2

Please sign in to comment.