fix workflows 3/n
This commit is contained in:
parent
cd19681826
commit
8a5372a82e
2 changed files with 6 additions and 4 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
@ -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'
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue