This commit is contained in:
Romain Boisselle 2021-03-12 10:35:48 +01:00 committed by GitHub
parent f493edfdfb
commit a609b092be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'snapshot/*'
paths-ignore:
- '**.md'
- '**.adoc'
@ -116,7 +117,6 @@ jobs:
# ./gradlew publish -PsnapshotNumber=${{ github.run_number }} -PgitRef=${{ github.ref }}
run: ./gradlew publishToMavenLocal -PsnapshotNumber=${{ github.run_number }} -PgitRef=${{ github.ref }}
- name: Copy artifact files
shell: bash
run: |
mkdir -p maven-local/snapshot
cp -r ~/.m2/repository/* maven-local/snapshot

View File

@ -11,6 +11,7 @@ on:
push:
branches:
- '!master'
- '!snapshot/*'
paths-ignore:
- '**.md'
- '**.adoc'