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:
|
with:
|
||||||
distribution: "goreleaser"
|
distribution: "goreleaser"
|
||||||
version: "~> v2"
|
version: "~> v2"
|
||||||
args: "release --clean ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}"
|
args: "release --clean --snapshot"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user