Skip to content

Commit

Permalink
don't push to brew on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DireLines committed Aug 23, 2024
1 parent 8b7464c commit 038735c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
asset_path: bin/runpodctl-android-arm64
asset_name: runpodctl-android-arm64
asset_content_type: application/octet-stream
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v5
# with:
# distribution: goreleaser
# version: latest
# args: release --clean --skip=validate
# env:
# GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}

0 comments on commit 038735c

Please sign in to comment.