Skip to content

Commit fd84c78

Browse files
committed
Update to use set-output ENV
1 parent 6d73600 commit fd84c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew build
2626
- name: Get Release Version
2727
id: get_version
28-
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
28+
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
2929
- name: Upload artifact zip
3030
uses: actions/[email protected]
3131
with:

0 commit comments

Comments
 (0)