Skip to content

Commit 7f4a35f

Browse files
committed
chore: fix publish script
1 parent 6f3052b commit 7f4a35f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=com.mineinabyss
2-
version=0.10
3-
idofrontVersion=1.0.0
2+
version=0.11
3+
idofrontVersion=1.0.3

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
gearyPaper = "0.33.0"
2+
gearyPaper = "0.33.2"
33
chatty = "0.9.1"
44

55
[libraries]

0 commit comments

Comments
 (0)