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 f303411 commit 08991fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ 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 08991fb

Please sign in to comment.