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.
2 parents c8b2382 + 73efde8 commit 23bfc5cCopy full SHA for 23bfc5c
scripts/publish-gh-pages.sh
@@ -1,6 +1,8 @@
1
#! /bin/bash
2
set -e
3
4
+trap "git checkout --force master" EXIT
5
+
6
NEW_TAG=$1
7
echo About to update the gh-pages branch with new tag ${NEW_TAG}
8
0 commit comments