Fix try to release on every commit
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
2
.github/workflows/make.yaml
vendored
2
.github/workflows/make.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
distribution: "goreleaser"
|
||||
version: "~> v2"
|
||||
args: "release --clean ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}"
|
||||
args: "release --clean --snapshot"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user