Skip to content

Commit ef6aa67

Browse files
Update .github/workflows/gradle.yml
Co-authored-by: Copilot <[email protected]>
1 parent 221ef99 commit ef6aa67

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
@@ -24,7 +24,7 @@ jobs:
2424
run: ./gradlew build
2525
- name: Get Release Version
2626
id: get_version
27-
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
27+
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
2828
- name: Upload artifact zip
2929
uses: actions/[email protected]
3030
with:

0 commit comments

Comments
 (0)