Skip to content

Update version to 1.3.1-rc.1 #4

Update version to 1.3.1-rc.1

Update version to 1.3.1-rc.1 #4

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build Plugin JAR
uses: ./.github/actions/build-plugin-jar
with:
java-version: '8'
gradle-version: '6.7'
- name: Upload JAR
uses: actions/upload-artifact@v4
with:
name: plugin-jar
path: ${{ env.jar-path }}
retention-days: 90