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 2aade81 commit 176c1e2Copy full SHA for 176c1e2
.github/workflows/release.yml
@@ -44,6 +44,8 @@ jobs:
44
git config user.email 'github-actions[bot]@users.noreply.github.com'
45
./gradlew release
46
47
+ # The previous "Release new version" step increases the version. We need this version for the publishing job. The
48
+ # currentVersion command gets this value, which we store in the "version" variable for following jobs.
49
- name: Get current version
50
id: version
51
run: echo "::set-output name=version::$(./gradlew -q -Prelease.quiet currentVersion)"
0 commit comments