Skip to content

Commit

Permalink
fix auto version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev committed May 26, 2024
1 parent 12746ec commit f303411
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
echo "Setting next snapshot version"
./gradlew incrementPatchVersion --info
./gradlew setSnapshotVersionSuffix --info
git config user.name github-actions
git config user.email [email protected]
git add gradle.properties
git commit -m "Setting next snapshot version [skip ci]"
git push --follow-tags

0 comments on commit f303411

Please sign in to comment.