Skip to content

Commit 950afa9

Browse files
committed
fix auto version increment
1 parent 6410eea commit 950afa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
./gradlew setSnapshotVersionSuffix --info
3838
git add gradle.properties
3939
git commit -m "Setting next snapshot version [skip ci]"
40-
git push https://tschuchortdev:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git --follow-tags
40+
git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git --follow-tags

0 commit comments

Comments
 (0)