Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Jul 25, 2023
1 parent 4dbc1a4 commit 4722def
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 @@ -25,7 +25,7 @@ jobs:
- name: Print release tag
run: |
echo "tag = ${GITHUB_REF_NAME}"
echo "version_name" = ${VERSION_NAME}"
echo "version_name = ${VERSION_NAME}"
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4722def

Please sign in to comment.