Skip to content

Commit

Permalink
checkout tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Apr 19, 2024
1 parent 140f697 commit 4beb51c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
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 }}
- 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
Expand Down

0 comments on commit 4beb51c

Please sign in to comment.