Skip to content

Commit

Permalink
fix: Make sure that release are created properly
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Apr 1, 2024
1 parent c03781e commit c397122
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 c397122

Please sign in to comment.