You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove deprecated actions/create-release@v1 action
- Use only softprops/action-gh-release@v1 for GitHub releases
- Add Gradle setup using gradle-build-action for consistency
- Add Gradle dependency caching for faster builds
- Add plugin validation step before publishing
- Switch from ./gradlew to gradle command (consistent with CI)
- Add --no-daemon flag to all Gradle commands
- Remove unnecessary chmod +x gradlew step
- Align release workflow with CI workflow patterns
0 commit comments