Skip to content

Commit 1a61b06

Browse files
authored
Fixing version bump (#78)
1 parent ccc05b4 commit 1a61b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -x
22

33
export LC_ALL=C.UTF-8 # needed by SAM
44
export LANG=C.UTF-8 # needed by SAM
@@ -33,4 +33,4 @@ echo "next version is: $VERSION"
3333

3434
#commit version change
3535
git commit -a -m "bump to $VERSION [ci skip]"
36-
git push origin master
36+
git push origin main

0 commit comments

Comments
 (0)