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 cc13367 commit 3c38f0aCopy full SHA for 3c38f0a
.github/workflows/release.yml
@@ -51,6 +51,8 @@ jobs:
51
52
# The previous "Release new version" step increases the version. We need this version for the publishing job. The
53
# currentVersion command gets this value, which we store in the "version" variable for following jobs.
54
+ # The $GITHUB_OUTPUT is a github-magic "file", it is accessible with needs.github.outputs.[variable-name], in our
55
+ # case: needs.github.outputs.version
56
- name: Store version
57
id: version
58
run: echo "VERSION=$(./gradlew -q -Prelease.quiet currentVersion)" >> "$GITHUB_OUTPUT"
0 commit comments