We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6e64c commit 38f6c1bCopy full SHA for 38f6c1b
.github/workflows/release.yml
@@ -106,6 +106,7 @@ jobs:
106
107
- name: Deploy to Smithery (production releases only)
108
if: github.event_name == 'push'
109
+ continue-on-error: true
110
env:
111
SMITHERY_TOKEN: ${{ secrets.SMITHERY_TOKEN }}
112
run: |
src/version.ts
@@ -1,3 +1,3 @@
1
-export const version = '1.15.1';
+export const version = '2.0.0-beta.1';
2
export const iOSTemplateVersion = 'v1.0.8';
3
export const macOSTemplateVersion = 'v1.0.5';
0 commit comments