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 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