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