Skip to content

Commit

Permalink
Update workflow to latest syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ed0906 committed Mar 11, 2024
1 parent f352d36 commit ec1ec9c
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 @@ -28,7 +28,7 @@ jobs:
run: |
version = ${{ inputs.version }}${GITHUB_REF/refs\/tags\//}
echo "Version: $version"
echo ::set-output name=VERSION::$version
echo "VERSION=$version" >> $GITHUB_OUTPUT
- name: Assemble Packages
run: ./gradlew -xtest jar javadocJar kotlinSourcesJar
Expand Down

0 comments on commit ec1ec9c

Please sign in to comment.