Skip to content

Bump de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3 (#5) #12

Bump de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3 (#5)

Bump de.tr7zw:item-nbt-api from 2.12.2 to 2.12.3 (#5) #12

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