Skip to content

Commit 10d7dd7

Browse files
Itai GendlerItai Gendler
authored andcommitted
Fix release flow
1 parent ae8e352 commit 10d7dd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codefresh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ steps:
9898
- "apk update && apk add git nodejs"
9999
- "npm install"
100100
- "echo cleaning previous public dir and recreating worktree"
101-
- "rm -rf public && git worktree add -B gh-pages public origin/gh-pages"
101+
- "rm -rf public && git worktree prune && git worktree add -B gh-pages public origin/gh-pages"
102102
- "echo Building public docs"
103103
- "npm run build-public-docs"
104104
- "echo Push new docs to gh-pages detached branch"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)