We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221ef99 commit ef6aa67Copy full SHA for ef6aa67
.github/workflows/gradle.yml
@@ -24,7 +24,7 @@ jobs:
24
run: ./gradlew build
25
- name: Get Release Version
26
id: get_version
27
- 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
28
- name: Upload artifact zip
29
uses: actions/[email protected]
30
with:
0 commit comments