fix attempt

This commit is contained in:
Chris Frohoff
2022-06-25 04:01:44 +00:00
committed by GitHub
parent 96f5b62749
commit 2c4d8d815c
+3
View File
@@ -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