Skip to content

Commit 93da4fe

Browse files
committed
Fixed release notes
1 parent 44af254 commit 93da4fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: write
1111

1212
jobs:
13-
release-notes:
13+
release:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
@@ -41,3 +41,4 @@ jobs:
4141
# GitHub sets the GITHUB_TOKEN secret automatically.
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
44+
GPG_TTY: $(tty)

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .goreleaser.yaml
2-
2+
version: 2
33
before:
44
hooks:
55
# this is just an example and not a requirement for provider building/publishing

0 commit comments

Comments
 (0)