Skip to content

Commit 6c7ded4

Browse files
committed
Fixing Release Action
1 parent eeb3a64 commit 6c7ded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew build
2727
- name: Get Release Version
2828
id: get_version
29-
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
29+
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
3030
- name: Create Release
3131
id: create_release
3232
uses: actions/[email protected]

0 commit comments

Comments
 (0)