We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d73600 commit fd84c78Copy full SHA for fd84c78
.github/workflows/gradle.yml
@@ -25,7 +25,7 @@ jobs:
25
run: ./gradlew build
26
- name: Get Release Version
27
id: get_version
28
- run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
+ run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
29
- name: Upload artifact zip
30
uses: actions/[email protected]
31
with:
0 commit comments