We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865594e commit bec1b2eCopy full SHA for bec1b2e
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: goreleaser/goreleaser-action@v2
42
with:
43
version: latest
44
- args: release --parallelism 2 --rm-dist
+ args: release --parallelism 2
45
env:
46
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yml
@@ -1,5 +1,6 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
+version: 2
4
before:
5
hooks:
6
# this is just an example and not a requirement for provider building/publishing
@@ -50,4 +51,4 @@ release:
50
51
# If you want to manually examine the release before its live, uncomment this line:
52
# draft: true
53
changelog:
- skip: true
54
+ disable: true
0 commit comments