Skip to content

Commit 38f6c1b

Browse files
committed
Update workflow to continue on Smithery failure
1 parent df6e64c commit 38f6c1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
107107
- name: Deploy to Smithery (production releases only)
108108
if: github.event_name == 'push'
109+
continue-on-error: true
109110
env:
110111
SMITHERY_TOKEN: ${{ secrets.SMITHERY_TOKEN }}
111112
run: |

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = '1.15.1';
1+
export const version = '2.0.0-beta.1';
22
export const iOSTemplateVersion = 'v1.0.8';
33
export const macOSTemplateVersion = 'v1.0.5';

0 commit comments

Comments
 (0)