Skip to content

Commit

Permalink
commented goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
6missedcalls committed Sep 22, 2022
1 parent ad4a783 commit aa205db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
RUNNER_ARCH: amd64
GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
- name: Build (Darwin)
if: matrix.os == 'macos-12'
uses: goreleaser/goreleaser-action@v3
Expand All @@ -55,4 +55,4 @@ jobs:
args: release --config .goreleaser-darwin.yaml --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit aa205db

Please sign in to comment.