Update README with GitHub Packages installation guide and enhance project configuration
- Add installation instructions for Gradle and Maven in the README. - Update `.idea/misc.xml` for Java 21 compatibility. - Improve release workflow with clearer build and publish step naming.
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -29,7 +29,8 @@ jobs:
|
||||
- name: Strip v from version
|
||||
run: echo "RELEASE_VERSION=${RELEASE_VERSION#v}" >> $GITHUB_ENV
|
||||
|
||||
- run: chmod +x gradlew && ./gradlew build publish --no-daemon
|
||||
- name: Build and publish to GitHub Packages
|
||||
run: chmod +x gradlew && ./gradlew build publish --no-daemon
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user