fix: allow Agones game counters to be disabled #103
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 to development (snapshot) repo" | |
on: push | |
jobs: | |
publish: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "emortalmc/actions/java/publish-dev@main" | |
with: | |
maven-username: "${{ secrets.MAVEN_USERNAME }}" | |
maven-password: "${{ secrets.MAVEN_SECRET }}" |