Skip to content

add color to command feedback nrcore #111

add color to command feedback nrcore

add color to command feedback nrcore #111

Workflow file for this run

name: Publish package to GitHub Packages
on:
push
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '18'
distribution: 'adopt'
# - uses: actions/delete-package-versions@v3
# with:
# owner: 'tazpvp'
# repo: 'NR-Core'
# package-name: 'world.ntdi.nrcore'
# token: ${{ secrets.GIT_TOKEN }}
- uses: SpraxDev/Action-SpigotMC@v4
with:
versions: 1.18.2
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}