You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git commit -m "Update API bindings to version ${PACKAGE_VERSION}"
174
223
175
224
# Push to remote
225
+
echo "Pushing to remote"
176
226
git push origin ${BRANCH_NAME}
177
227
178
228
# Create PR
179
-
gh pr create --title "Update API bindings to version ${PACKAGE_VERSION}" --body "This PR updates the API bindings to version ${PACKAGE_VERSION}." --repo https://github.com/cloudsmith-io/cloudsmith-api
229
+
echo "Creating PR"
230
+
GH_DEBUG=1 gh pr create --title "Update API bindings to version ${PACKAGE_VERSION}" --body "This PR updates the API bindings to version ${PACKAGE_VERSION}." --repo https://github.com/cloudsmith-io/cloudsmith-api
0 commit comments