Skip to content

Commit

Permalink
Version logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ed0906 committed Mar 11, 2024
1 parent 4c7a73c commit f352d36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Get the version
id: get_version
run: |
echo ::set-output name=VERSION::${{ inputs.version }}${GITHUB_REF/refs\/tags\//}
version = ${{ inputs.version }}${GITHUB_REF/refs\/tags\//}
echo "Version: $version"
echo ::set-output name=VERSION::$version
- name: Assemble Packages
run: ./gradlew -xtest jar javadocJar kotlinSourcesJar
Expand Down

0 comments on commit f352d36

Please sign in to comment.