Skip to content

Annotate animation in ClientboundAnimatePacket as Nullable (#743) #27

Annotate animation in ClientboundAnimatePacket as Nullable (#743)

Annotate animation in ClientboundAnimatePacket as Nullable (#743) #27

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- feature/1.20 #TEMPOARY
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 8
distribution: temurin
overwrite-settings: true
server-id: opencollab-snapshot-repo
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Deploy with Maven
run: mvn deploy -B -P deploy
env:
MAVEN_USERNAME: ${{ vars.DEPLOY_USER }}
MAVEN_PASSWORD: ${{ secrets.DEPLOY_PASS }}