Skip to content

Commit

Permalink
Debugging lerna provelance
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w committed Nov 16, 2023
1 parent 97b10fb commit c993598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
tar -xzvf "${{ needs.provenance.outputs.package-name }}"
cd package/; git init
tag_ref=${{ github.ref }}
tag_version="v1.52.0-rc.1"
tag_version="v1.52.0-rc.2"
pwd
lerna_options="--no-git-tag-version --no-push --ignore-scripts --yes --exact --no-changelog --force-publish"
if [[ $tag_version != *rc* ]]; then
Expand Down

0 comments on commit c993598

Please sign in to comment.