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 35b0806 commit b4f38f6Copy full SHA for b4f38f6
Jenkinsfile
@@ -20,7 +20,7 @@ mixedBeehiveFlow(
20
def status = beehiveFlowStatus()
21
if (status.branchState == 'releaseReady' && status.isLatest) {
22
sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
23
- exec('yarn storybook-to-ghpages')
+ exec('yarn deploy-storybook')
24
}
25
} else {
26
echo "Skipping as is not latest release"
package.json
@@ -72,6 +72,6 @@
72
"dependencies": {
73
"tinymce": "^5.10.7"
74
},
75
- "version": "8.0.0",
+ "version": "8.0.0-rc",
76
"name": "@tinymce/tinymce-angular"
77
0 commit comments