Skip to content

Commit

Permalink
INT-3302_3: Fix storybook deployment hanging in CI (#414)
Browse files Browse the repository at this point in the history
* INT-3302_3: Use `tinyGit.withGitHubSSHCredentials` instead

* INT-3302_3: Put back rc in version
  • Loading branch information
danoaky-tiny authored Jun 4, 2024
1 parent 8573c1a commit c16e7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mixedBeehiveFlow(
stage("update storybook") {
def status = beehiveFlowStatus()
if (status.branchState == 'releaseReady' && status.isLatest) {
sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
tinyGit.withGitHubSSHCredentials {
exec('yarn storybook-to-ghpages')
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinymce/tinymce-vue",
"version": "6.0.0",
"version": "6.0.0-rc",
"description": "Official TinyMCE Vue 3 Component",
"private": false,
"repository": {
Expand Down

0 comments on commit c16e7e1

Please sign in to comment.