This repository has been archived by the owner on May 27, 2024. It is now read-only.
Fix: No custom mob sounds playing (seems using mob as an emitter does… #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Packages | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
paths-ignore: | |
- '**.md' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: MineInAbyss/publish-action@master | |
with: | |
maven-metadata-url: https://repo.mineinabyss.com/releases/com/mineinabyss/mobzy/maven-metadata.xml | |
maven-snapshot-metadata-url: https://repo.mineinabyss.com/snapshots/com/mineinabyss/mobzy/maven-metadata.xml | |
# pages-path: build/dokka/htmlMultiModule/ | |
# dokka: dokkaHtmlMultiModule | |
maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }} | |
maven-password: ${{ secrets.MAVEN_PUBLISH_PASSWORD }} | |
release-files: | | |
${{ github.workspace }}/publish/*.jar | |