There was an error while loading. Please reload this page.
1 parent 4eb6b38 commit 4cf15a2Copy full SHA for 4cf15a2
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,6 @@ jobs:
36
deploy:
37
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
38
name: Deploy SNAPSHOT
39
- continue-on-error: true
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
@@ -57,6 +56,7 @@ jobs:
57
56
WITH_V: false
58
DRY_RUN: true
59
- name: publish
+ continue-on-error: true
60
env:
61
SNAPSHOT_VERSION: ${{ steps.tag_version_dry_run.outputs.tag }}-SNAPSHOT
62
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY_ASCII_ARMOR }}
0 commit comments