Skip to content

Commit

Permalink
Merge pull request #157 from holomekc/fix/release
Browse files Browse the repository at this point in the history
fix: Make sure that release are created properly
  • Loading branch information
holomekc authored Apr 1, 2024
2 parents 99bc316 + c397122 commit b209087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
JDK_VERSION: ${{ matrix.jdk }}

outputs:
version: ${{ steps.vars.outputs.version }}
version: ${{ steps.semver.outputs.version }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b209087

Please sign in to comment.