Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

publish

publish #22

Workflow file for this run

### Author: Frish2021 ###
name: publish
on:
workflow_dispatch:
jobs:
build:
name: Publish NBT-Jar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
java-version: '8'
distribution: 'temurin'
architecture: x64
- name: Publish package
run: chmod +x ./scripts/publish.sh && bash ./scripts/publish.sh
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}