Skip to content

Commit

Permalink
Fixed release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-kacen committed Oct 3, 2024
1 parent 44af254 commit 93da4fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: write

jobs:
release-notes:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -41,3 +41,4 @@ jobs:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GPG_TTY: $(tty)
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .goreleaser.yaml

version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down

0 comments on commit 93da4fe

Please sign in to comment.