Skip to content

Commit e915e0f

Browse files
committed
ci: fix main
1 parent f6b53a5 commit e915e0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
run: |
5353
PROPERTIES="$(./gradlew properties --console=plain -q)"
5454
VERSION="$(echo "$PROPERTIES" | grep "^VERSION_NAME:" | cut -f2- -d ' ')"
55-
chmod +x ./get_changelog.sh
5655
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
5756
echo "version=$VERSION" >> $GITHUB_OUTPUT
5857

0 commit comments

Comments
 (0)