File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ if [ "$PROD_RELEASE" = true ] ; then
62
62
gh auth status
63
63
64
64
# Get the latest code
65
- git pull origin main
65
+ # git pull origin main
66
+ git pull origin main hannah.jiang/config-github-email
66
67
67
68
# Bump version number
68
69
echo " Bumping the current version number to the desired"
@@ -74,7 +75,8 @@ if [ "$PROD_RELEASE" = true ] ; then
74
75
# Commit version number changes to git
75
76
git add src/ template.yml ../README.md package.json
76
77
git commit -m " Bump version from ${CURRENT_VERSION} to ${VERSION} "
77
- git push origin main
78
+ # git push origin main
79
+ git push origin hannah.jiang/config-github-email
78
80
79
81
# Create a github release
80
82
echo " Release serverless-macro-${VERSION} to github"
You can’t perform that action at this time.
0 commit comments