mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 16:56:40 -06:00
allow continuation after maven central release fails, because it keeps breaking the build
This commit is contained in:
parent
0c1e0a0d47
commit
3195283644
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -83,6 +83,7 @@ jobs:
|
||||
|
||||
- name: perform release
|
||||
run: scripts/release-perform.sh
|
||||
continue-on-error: true
|
||||
env:
|
||||
RELEASE_BRANCH_NAME: "master"
|
||||
GIT_RELEASE_BOT_NAME: "nb-droid"
|
||||
@ -96,6 +97,7 @@ jobs:
|
||||
MAVEN_REPO_SERVER_ID: ${{ secrets.MAVEN_REPO_SERVER_ID }}
|
||||
MAVEN_REPO_SERVER_USERNAME: ${{ secrets.MVN_REPO_PRIVATE_REPO_USER }}
|
||||
MAVEN_REPO_SERVER_PASSWORD: ${{ secrets.MVN_REPO_PRIVATE_REPO_PASSWORD }}
|
||||
|
||||
|
||||
- name: upload artifacts
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user