mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 17:01:53 +08:00
publish release
This commit is contained in:
@@ -19,3 +19,8 @@ jobs:
|
|||||||
run: mvn -B clean deploy -DskipTests -DrepositoryId=github
|
run: mvn -B clean deploy -DskipTests -DrepositoryId=github
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Publish release
|
||||||
|
uses: johnwbyrd/update-release@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
files: target/ysoserial-${{ github.ref_name }}-SNAPSHOT-all.jar
|
||||||
Reference in New Issue
Block a user