Skip to content

Commit

Permalink
fix: do push from git cli, use gh instead
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Sep 14, 2023
1 parent 8978010 commit 8603746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Release Notes: https://github.com/adobe/aem-lib/releases/tag/v$VERSION
esac


echo "Ready to create PR"
gh repo set-default $ORG/$REPO
git push --set-upstream origin $BRANCH
# git push --set-upstream origin $BRANCH
gh pr create -f

0 comments on commit 8603746

Please sign in to comment.