mirror of
https://github.com/jwdeveloper/TikTokLiveJava.git
synced 2026-02-27 16:59:39 -05:00
Compare commits
7 Commits
0.0.6-Rele
...
0.0.8-Rele
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32cb1e0d8f | ||
|
|
3210707bce | ||
|
|
e7f9d6e9d5 | ||
|
|
03001d607d | ||
|
|
cbabad0888 | ||
|
|
09c531e9f4 | ||
|
|
997c8d399e |
7
.github/workflows/maven-publish.yml
vendored
7
.github/workflows/maven-publish.yml
vendored
@@ -32,13 +32,10 @@ jobs:
|
||||
change_path: "."
|
||||
short_tags: false
|
||||
bump_each_commit: false
|
||||
|
||||
|
||||
|
||||
- name: 2.7 Update version in pom.xml (Release only)
|
||||
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
|
||||
- name: 2.8 Update modules parent version
|
||||
run: mvn versions:update-parent -DallowSnapshots=true
|
||||
|
||||
- name: 3 Build with Maven
|
||||
run: mvn package -P publish --file pom.xml
|
||||
@@ -76,6 +73,10 @@ jobs:
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add pom.xml
|
||||
git add API/pom.xml
|
||||
git add Client/pom.xml
|
||||
git add TestApplication/pom.xml
|
||||
git add Tools/pom.xml
|
||||
git commit -m "Update version in pom.xml"
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
||||
Reference in New Issue
Block a user