Skip to content

Bump io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.21-R0.1-SNAPSHOT #120

Bump io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.21-R0.1-SNAPSHOT

Bump io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.21-R0.1-SNAPSHOT #120

name: Build and Publish
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
env:
TERM: xterm-256color
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build jar
run: make
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/libs/*.jar