Skip to content

Commit 4cf15a2

Browse files
committed
#none: fixup ignore step
1 parent 4eb6b38 commit 4cf15a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
deploy:
3737
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3838
name: Deploy SNAPSHOT
39-
continue-on-error: true
4039
runs-on: ubuntu-latest
4140
steps:
4241
- uses: actions/checkout@v2
@@ -57,6 +56,7 @@ jobs:
5756
WITH_V: false
5857
DRY_RUN: true
5958
- name: publish
59+
continue-on-error: true
6060
env:
6161
SNAPSHOT_VERSION: ${{ steps.tag_version_dry_run.outputs.tag }}-SNAPSHOT
6262
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY_ASCII_ARMOR }}

0 commit comments

Comments
 (0)