Skip to content

Commit

Permalink
Fix bad substitution when printing (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ authored Jan 13, 2025
1 parent a90261a commit 10a4c81
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 @@ -29,7 +29,7 @@ jobs:
run: |
echo "Tag: ${GITHUB_REF_NAME}"
echo "Version name: ${VERSION_NAME}"
echo "Pre-release: ${steps.check-tag.outputs.prerelease}"
echo "Pre-release: ${{ steps.check-tag.outputs.prerelease }}"
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 10a4c81

Please sign in to comment.