Skip to content

Commit fe98b6f

Browse files
committed
Attempt to fix the canary release
1 parent 63a2bcb commit fe98b6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release_canary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
echo "$( jq '.version = "0.0.0"' package.json )" > package.json
4646
echo -e "---\n$( jq .name package.json ): patch\n---\n\nFake entry to force publishing" > .changeset/force-snapshot-release.md
47+
jq '.changelog = "@changesets/cli/changelog"' .changeset/config.json > .changeset/config.tmp.json && mv .changeset/config.tmp.json .changeset/config.json
4748
npx changeset version --snapshot
4849
npx changeset publish --tag canary
4950
env:

0 commit comments

Comments
 (0)