This repository was archived by the owner on Mar 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Setup Gradle
2828 uses : gradle/actions/setup-gradle@v4
2929
30- - name : Get next version
31- uses : reecetech/version-increment@2024.10.1
32- id : version
33- with :
34- scheme : semver
35- increment : patch
36-
37- # Setup git config of the GitHub Actions Bot
38- - name : Setup git config
39- run : |
40- git config user.name "GitHub Actions Bot"
41- git config user.email "<>"
42-
4330 - name : Publish to GitHub Packages
4431 run : |
45- ./gradlew release \
46- -Prelease.useAutomaticVersion=true \
47- -Prelease.releaseVersion=${{ steps.version.outputs.current-version }} \
48- -Prelease.releaseNewVersion="${{ steps.version.outputs.version }}-SNAPSHOT" \
49- -x preTagCommit -x createReleaseTag -x commitNewVersion
32+ ./gradlew publish
5033 env :
5134 GITHUB_ACTOR : ${{ github.actor }}
5235 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments