mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-21 22:50:46 +08:00
fix attempt
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
name: publish jar
|
||||
on: [push]
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -13,6 +15,7 @@ jobs:
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
cache: 'maven'
|
||||
- name: Set version
|
||||
run: mvn versions:set -DnewVersion=${{ github.ref_name }}-SNAPSHOT
|
||||
- name: Build jar
|
||||
|
||||
Reference in New Issue
Block a user