Skip to content

Commit

Permalink
chore(ci): fixup hub deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jan 22, 2024
1 parent a56fdf7 commit ee8e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/create-pr-to-update-pact-ruby-standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ git add standalone/install.ts
git commit -m "${TYPE}: update standalone to ${STANDALONE_VERSION}"
git push --set-upstream origin ${BRANCH_NAME}

hub pull-request --message "${TYPE}: update standalone to ${STANDALONE_VERSION}"
gh pr create --title "${TYPE}: update standalone to ${STANDALONE_VERSION}" --fill

git checkout master

0 comments on commit ee8e3d8

Please sign in to comment.