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 44af254 commit 93da4feCopy full SHA for 93da4fe
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ permissions:
10
contents: write
11
12
jobs:
13
- release-notes:
+ release:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
@@ -41,3 +41,4 @@ jobs:
41
# GitHub sets the GITHUB_TOKEN secret automatically.
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
44
+ GPG_TTY: $(tty)
.goreleaser.yaml
@@ -1,5 +1,5 @@
1
# .goreleaser.yaml
2
-
+version: 2
3
before:
4
hooks:
5
# this is just an example and not a requirement for provider building/publishing
0 commit comments