Skip to content

Commit

Permalink
Fix workflow again for publish (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Dec 11, 2024
1 parent 09b8bbf commit c7c034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
setup-java: false
uses: jreleaser/release-action@v2
env:
JRELEASER_PROJECT_VERSION: ${{ steps.build.outputs.version }}
JRELEASER_PROJECT_VERSION: ${{ steps.extract-version.outputs.version }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_HOMEBREW_GITHUB_TOKEN: ${{ steps.generate_homebrew_token.outputs.token }}

Expand Down

0 comments on commit c7c034d

Please sign in to comment.