Skip to content

Commit

Permalink
fix: goreleaser last, add --skip=validate
Browse files Browse the repository at this point in the history
  • Loading branch information
DireLines committed Apr 12, 2024
1 parent ba25182 commit 2972d19
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ jobs:
asset_path: bin/runpodctl-windows-amd64.exe
asset_name: runpodctl-windows-amd64.exe
asset_content_type: application/octet-stream
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
VERSION: ${{ steps.release.outputs.tag_name }}
- name: upload linux arm64 release binary
uses: actions/[email protected]
env:
Expand All @@ -104,3 +95,12 @@ 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 }}
VERSION: ${{ steps.release.outputs.tag_name }}

0 comments on commit 2972d19

Please sign in to comment.