Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec authored Jan 19, 2022
1 parent addf87f commit 48f365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ else
log_step "Publish Release"
doRunCommand "cd ../gh-pages"
doRunCommand "git add *"
doRunCommand "git commit -m'Deploy P2 Bundles for Release $NEW_VERSION'"
doRunCommand "git commit -m'Deploy P2 Bundles for Release ${RELEASE_VERSION}'"
doRunCommand "git push origin gh-pages"
doRunCommand "cd $SCRIPT_PATH"
# Remove GA auth header in case of CI (workaround): https://github.saobby.my.eu.orgmunity/t/how-to-push-to-protected-branches-in-a-github-action/16101/47
Expand Down

0 comments on commit 48f365f

Please sign in to comment.