Skip to content

Commit fcf1a4f

Browse files
committed
change to feature branch
1 parent d9826a8 commit fcf1a4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

serverless/release.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ if [ "$PROD_RELEASE" = true ] ; then
6262
gh auth status
6363

6464
# Get the latest code
65-
git pull origin main
65+
# git pull origin main
66+
git pull origin main hannah.jiang/config-github-email
6667

6768
# Bump version number
6869
echo "Bumping the current version number to the desired"
@@ -74,7 +75,8 @@ if [ "$PROD_RELEASE" = true ] ; then
7475
# Commit version number changes to git
7576
git add src/ template.yml ../README.md package.json
7677
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
7880

7981
# Create a github release
8082
echo "Release serverless-macro-${VERSION} to github"

0 commit comments

Comments
 (0)