Fix create_release_pull_request build step (#9484)

feature/default_network_editable
Whymarrh Whitby 4 years ago committed by GitHub
parent 30d13422b5
commit dd3c2cc3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

@ -91,6 +91,8 @@ jobs:
- image: circleci/node@sha256:e16740707de2ebed45c05d507f33ef204902349c7356d720610b5ec6a35d3d88
steps:
- checkout
- attach_workspace:
at: .
- run:
name: Create GitHub Pull Request for version
command: |

Loading…
Cancel
Save