Skip to content

Commit

Permalink
Merge pull request #167 from amartin120/prerelease-flag
Browse files Browse the repository at this point in the history
release process checks tag to determine pre-release
  • Loading branch information
amartin120 authored Jan 30, 2024
2 parents ade0fec + fc7a19c commit 7919dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ before:
- go mod download
- rm -rf cmd/hauler/binaries

release:
prerelease: auto

env:
- vpkg=github.com/rancherfederal/hauler/internal/version
- cosign_version=v2.2.2+carbide.2
Expand Down

0 comments on commit 7919dcc

Please sign in to comment.