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 5997371 commit 879d9eaCopy full SHA for 879d9ea
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
# currentVersion command gets this value, which we store in the "version" variable for following jobs.
48
- name: Get current version
49
id: version
50
- run: echo "version=$(./gradlew -q -Prelease.quiet currentVersion)" >> "$VERSION"
+ run: echo "VERSION=$(./gradlew -q -Prelease.quiet currentVersion)" >> "$GITHUB_OUTPUT"
51
52
maven:
53
runs-on: ubuntu-22.04
0 commit comments