Skip to content

Update pom.xml

Update pom.xml #8

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.17
uses: actions/[email protected]
with:
java-version: 1.17
- name: Build with Maven
run: mvn package --file pom.xml
- name: 自动释放
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "jar"
prerelease: true
title: "FinalTECH 自动构建版本"
files: |
target/*