Skip to content

Commit

Permalink
Remove debug and add validation skip
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Oct 23, 2024
1 parent e73f177 commit 75346b3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,16 @@ jobs:
github_token: "${{ secrets.GITHUB_TOKEN }}"
dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}"
- uses: "goreleaser/goreleaser-action@v6"
# TODO: remove this
continue-on-error: true
with:
distribution: "goreleaser-pro"
# NOTE: keep in sync with goreleaser version in other job.
# github actions don't allow yaml anchors.
version: "v2.3.2"
args: "release --clean --verbose --config=.goreleaser.windows.yml"
args: "release --clean --skip=validate --config=.goreleaser.windows.yml"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
CHOCOLATEY_API_KEY: "${{ secrets.CHOCOLATEY_API_KEY }}"
# TODO: remove these
GORELEASER_CURRENT_TAG: "v1.37.0"
GORELEASER_PREVIOUS_TAG: "v1.36.2"
- name: "Debug nuspec contents"
run: "cat dist/spicedb.choco/spicedb.nuspec"
- name: "Debug goreleaser contents"
run: "cat .goreleaser.windows.yml"

0 comments on commit 75346b3

Please sign in to comment.