File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
17- - uses : MineInAbyss/publish-action@develop
17+ - uses : MineInAbyss/publish-action@v3
1818 with :
19- maven-metadata-url : https://repo.mineinabyss.com/releases/com/mineinabyss/ExtraCommands/maven-metadata.xml
20- maven-snapshot-metadata-url : https://repo.mineinabyss.com/snapshots/com/mineinabyss/ExtraCommands/maven-metadata.xml
21- pages-path : build/dokka/htmlMultiModule/
22- dokka : dokkaHtmlMultiModule
2319 maven-username : ${{ secrets.MAVEN_PUBLISH_USERNAME }}
2420 maven-password : ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
2521 release-files : |
Original file line number Diff line number Diff line change 11group =com.mineinabyss
2- version =0.10
3- idofrontVersion =1.0.0
2+ version =0.11
3+ idofrontVersion =1.0.3
Original file line number Diff line number Diff line change 11[versions ]
2- gearyPaper = " 0.33.0 "
2+ gearyPaper = " 0.33.2 "
33chatty = " 0.9.1"
44
55[libraries ]
You can’t perform that action at this time.
0 commit comments