Skip to content

Commit

Permalink
First version of 'latest' release job using JReleaser
Browse files Browse the repository at this point in the history
- Fixed passing of version to JReleaser
  • Loading branch information
Framstag committed Mar 25, 2023
1 parent 0c01b76 commit fabe9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: JReleaser full-release
uses: jreleaser/release-action@v2
env:
JRELEASER_PROJECT_VERSION: ${{ steps.version.outputs.VERSION }}
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Commit version changes
Expand Down

0 comments on commit fabe9e2

Please sign in to comment.