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 0ff318e commit f11f9d0Copy full SHA for f11f9d0
scripts/postpublish.sh
@@ -8,4 +8,7 @@ git add --all
8
git commit -m 'Update example'
9
git push --tags
10
11
+# test: clear before github release
12
+clear
13
+
14
gh release create $GIT_TAG -t "$GIT_TAG"
0 commit comments