Skip to content

Commit

Permalink
checkout core-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Apr 19, 2024
1 parent ca5397d commit 140f697
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,24 @@ jobs:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
- uses: actions/checkout@v4
# we need to fetch all history and tags,
# so we build the proper version
# NOTE: this needs to happen after the tag is created so the tag is present locally
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}
repository: chanzuckerberg/core-platform
path: core-platform

# - uses: actions/checkout@v4
# # we need to fetch all history and tags,
# # so we build the proper version
# # NOTE: this needs to happen after the tag is created so the tag is present locally
# with:
# fetch-depth: 0
# token: ${{ steps.generate_token.outputs.token }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
workdir: core/cli
workdir: core-platform/core/cli
args: release --clean
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 140f697

Please sign in to comment.