We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b01e6 commit cf421b9Copy full SHA for cf421b9
.github/workflows/ci.yml
@@ -145,7 +145,8 @@ jobs:
145
if: ${{ env.IS_SNAPSHOT_VERSION == 'false' }}
146
run: |
147
echo "Setting next snapshot version"
148
- ./gradlew incrementPatchVersion setSnapshotVersionSuffix --info
+ ./gradlew incrementPatchVersion --info
149
+ ./gradlew setSnapshotVersionSuffix --info
150
git add gradle.properties
151
git commit -m "Setting next snapshot version [skip ci]"
152
git push https://x-access-token:${GH_PERSONAL_ACCESS_TOKEN}@github.com/${GITHUB_REPOSITORY}.git --follow-tags
0 commit comments