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 f6b53a5 commit e915e0fCopy full SHA for e915e0f
.github/workflows/main.yml
@@ -52,7 +52,6 @@ jobs:
52
run: |
53
PROPERTIES="$(./gradlew properties --console=plain -q)"
54
VERSION="$(echo "$PROPERTIES" | grep "^VERSION_NAME:" | cut -f2- -d ' ')"
55
- chmod +x ./get_changelog.sh
56
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
57
echo "version=$VERSION" >> $GITHUB_OUTPUT
58
0 commit comments