Skip to content

Commit

Permalink
re-add the skip-validate step with explanation
Browse files Browse the repository at this point in the history
also updates syntax to match our new goreleaser version
  • Loading branch information
danielpodwysocki-gini committed Oct 16, 2024
1 parent 61c6cab commit 1cafe55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
version: 'latest'
# --snapshot's goal is to ignore the existing tagging.
# We are just veryfying this builds, we don't intend to release in this step.
args: build --clean --snapshot
# validate refers to git tags - we don't need to check semver at this stage yet.
args: build --clean --snapshot --skip validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1cafe55

Please sign in to comment.