diff --git a/.changeset/hip-needles-promise.md b/.changeset/hip-needles-promise.md new file mode 100644 index 0000000..ee8e6e6 --- /dev/null +++ b/.changeset/hip-needles-promise.md @@ -0,0 +1,7 @@ +--- +"@cedar-codegen/cli": patch +"@cedar-codegen/common": patch +"@cedar-codegen/core": patch +--- + +Fix clash with regular yarn version command diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46c143a..8ed0757 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,8 @@ jobs: - name: Changeset uses: changesets/action@v1 with: - publish: yarn publish - version: yarn version + publish: yarn run publish + version: yarn run version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}