-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed an issue with publishing release artifacts
Signed-off-by: Rich Fecher <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
- publish-fix | ||
env: | ||
DEV_RESOURCES_VERSION: 1.7 | ||
MAVEN_OPTS: "-XX:CompressedClassSpaceSize=256m -XX:+UseSerialGC -Xmx2g -XX:MaxMetaspaceSize=512m -Dorg.slf4j.simpleLogger.defaultLogLevel=warn" | ||
|
@@ -36,10 +37,16 @@ jobs: | |
with: | ||
key: ${{ runner.os }}-Publish | ||
path: ~/.m2 | ||
|
||
- name: Install Local Artifacts | ||
run: mvn install -B -DskipTests -Dspotbugs.skip | ||
|
||
- name: Publish Artifacts | ||
run: ./.utility/publish-artifacts.sh | ||
|
||
uses: gabrielfalcao/pyenv-action@v5 | ||
with: | ||
default: 3.7.1 | ||
command: ./.utility/publish-artifacts.sh | ||
|
||
- name: Generate Changelog | ||
uses: heinrichreimer/[email protected] | ||
with: | ||
|
@@ -52,9 +59,6 @@ jobs: | |
|
||
- name: Build HTML Docs | ||
run: mvn -P html -pl docs install -DskipTests -Dspotbugs.skip | ||
|
||
- name: Install Local Artifacts | ||
run: mvn install -B -DskipTests -Dspotbugs.skip | ||
|
||
- name: Build Aggregate Javadocs | ||
run: mvn javadoc:aggregate -B -DskipTests -Dspotbugs.skip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters