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 ccc05b4 commit 1a61b06Copy full SHA for 1a61b06
.github/workflows/deploy.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/bash -x
2
3
export LC_ALL=C.UTF-8 # needed by SAM
4
export LANG=C.UTF-8 # needed by SAM
@@ -33,4 +33,4 @@ echo "next version is: $VERSION"
33
34
#commit version change
35
git commit -a -m "bump to $VERSION [ci skip]"
36
-git push origin master
+git push origin main
0 commit comments