chore(release): continue on error
This commit is contained in:
1
.github/workflows/version-bump.yml
vendored
1
.github/workflows/version-bump.yml
vendored
@@ -50,6 +50,7 @@ jobs:
|
|||||||
(git commit -m 'chore(release): components') || true
|
(git commit -m 'chore(release): components') || true
|
||||||
|
|
||||||
- name: Bump Prod Version Graduate
|
- name: Bump Prod Version Graduate
|
||||||
|
continue-on-error: true
|
||||||
id: graduateRelease
|
id: graduateRelease
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
run: yarn release:prod:graduate
|
run: yarn release:prod:graduate
|
||||||
|
|||||||
Reference in New Issue
Block a user