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 6840b31 commit f699b34Copy full SHA for f699b34
.github/workflows/release.yml
@@ -56,6 +56,7 @@ jobs:
56
git config --global user.name "GitHub Actions"
57
58
- name: UN-Snap version and output
59
+ id: version
60
run: |
61
originalVersion=$(grep -Po 'pluginVersion=\K.*' gradle.properties)
62
newVersion="$(echo $originalVersion | cut -d '-' -f1)"
0 commit comments