Skip to content

Commit

Permalink
ci: fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 2, 2024
1 parent f6b53a5 commit e915e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
run: |
PROPERTIES="$(./gradlew properties --console=plain -q)"
VERSION="$(echo "$PROPERTIES" | grep "^VERSION_NAME:" | cut -f2- -d ' ')"
chmod +x ./get_changelog.sh
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e915e0f

Please sign in to comment.