Skip to content

Commit 901c97d

Browse files
committed
fix: Update publish-action
1 parent 09a3bfb commit 901c97d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: MineInAbyss/publish-action@develop
21+
- uses: MineInAbyss/publish-action@v3
2222
with:
23-
maven-metadata-url: https://repo.mineinabyss.com/releases/com/mineinabyss/geary-core/maven-metadata.xml
24-
maven-snapshot-metadata-url: https://repo.mineinabyss.com/snapshots/com/mineinabyss/geary-core/maven-metadata.xml
2523
maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
2624
maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}

0 commit comments

Comments
 (0)