Skip to content

Add builtin plugin to handle additional pluginhubs #9

Add builtin plugin to handle additional pluginhubs

Add builtin plugin to handle additional pluginhubs #9

Workflow file for this run

name: "pre-release"
on:
push:
branches:
- "master"
tags-ignore:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
target/RuneLiteHijack.jar