Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 1b6e6d5

Browse files
committed
tweak
1 parent b614e22 commit 1b6e6d5

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)