Minor fixes. Update github actions.

This commit is contained in:
Stephan Schnabel 2021-10-29 17:54:08 +02:00
parent 305203d7af
commit c3ed6d953e
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
7 changed files with 31 additions and 9 deletions

View file

@ -1,10 +1,11 @@
name: Snapshot
"on":
workflow_dispatch: {}
push:
branches:
- 'main'
- '[1-9]+.[0-9]+.x'
- main
- '*.x'
jobs:
@ -32,9 +33,11 @@ jobs:
- lint-yaml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 11
cache: maven
server-id: sonatype-nexus
server-username: SERVER_USERNAME
server-password: SERVER_PASSWORD