Skip to content

Commit

Permalink
Fix broken release pipeline
Browse files Browse the repository at this point in the history
Co-authored-by: Shwetha Gururaj <gururajsh@vmware.com>
Co-authored-by: Alex Rocha <alexr1@vmware.com>
  • Loading branch information
3 people committed Feb 27, 2023
1 parent 1a04c17 commit d1110f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
with:
repository: cloudfoundry/cli-ci.git
path: cli-ci
ref: master
ref: main

- name: Install Linux Packages
run: sudo apt update && sudo apt install -y --no-install-recommends fakeroot
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
with:
repository: cloudfoundry/cli-ci.git
path: cli-ci
ref: master
ref: main

- name: Checkout bomutils
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Cloud Foundry CLI

The READMEs for release branches have been consolidated into the [Master branch
README](https://github.com/cloudfoundry/cli/blob/master/README.md).
The READMEs for release branches have been consolidated into the [Master branch README](https://github.com/cloudfoundry/cli/blob/main/README.md).

0 comments on commit d1110f2

Please sign in to comment.