Skip to content

Commit 517de59

Browse files
committed
Fix release script
1 parent 43ebd3e commit 517de59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,8 @@ serve-docs:
841841
release-ghpages: helm-chart docs
842842
@echo "Releasing Helm chart $(VERSION_FULL)"
843843
cp hack/docs-unstable-index.sh $(BUILD_OUTPUT)/docs-unstable-index.sh
844-
git reset
844+
git stash save --keep-index --include-untracked
845+
git stash drop
845846
git checkout gh-pages
846847
git pull
847848
ifeq (true, $(PRE_RELEASE))

0 commit comments

Comments
 (0)