Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(release): Pass --snapshot flag for release validation
  • Loading branch information
erezrokah committed Aug 15, 2022
commit ca7a88919d092189140461910795090631922a16
2 changes: 1 addition & 1 deletion .github/workflows/validate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
install-only: true
- name: Run GoReleaser Dry-Run
if: startsWith(github.head_ref, 'release-please--branches--main--components')
run: goreleaser release --rm-dist --skip-validate --skip-publish --skip-sign -f ./${{steps.component.outputs.name}}/.goreleaser.yaml
run: goreleaser release --snapshot --rm-dist --skip-validate --skip-publish --skip-sign -f ./${{steps.component.outputs.name}}/.goreleaser.yaml
env:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}