Skip to content

Commit cf421b9

Browse files
committed
Fix CI version increment
1 parent 36b01e6 commit cf421b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
if: ${{ env.IS_SNAPSHOT_VERSION == 'false' }}
146146
run: |
147147
echo "Setting next snapshot version"
148-
./gradlew incrementPatchVersion setSnapshotVersionSuffix --info
148+
./gradlew incrementPatchVersion --info
149+
./gradlew setSnapshotVersionSuffix --info
149150
git add gradle.properties
150151
git commit -m "Setting next snapshot version [skip ci]"
151152
git push https://x-access-token:${GH_PERSONAL_ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git --follow-tags

0 commit comments

Comments
 (0)