fix workflows 3/n

This commit is contained in:
Luca Filipozzi 2021-08-22 16:38:03 -07:00
parent cd19681826
commit 8a5372a82e
2 changed files with 6 additions and 4 deletions

View file

@ -16,7 +16,9 @@ jobs:
java-version: '11'
- name: build with maven
run: mvn --batch-mode --file pom.xml package
- name: publish to github packages
run: mvn --batch-mode --file pom.xml deploy
- name: upload to release
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ github.token }}⏎
GITHUB_TOKEN: ${{ github.token }}
with:
args: 'bundle/target/*.ear'

View file

@ -55,7 +55,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<github.account>lucafilipozzi</github.account>
<revision>1.0.6</revision>
<revision>1.0.7</revision>
<keycloak.version>15.0.2</keycloak.version>
</properties>