Skip to content

Commit

Permalink
fix clash with yarn version command (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusHJensen authored Mar 22, 2024
1 parent 93b1ef7 commit a9bfda2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/hip-needles-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@cedar-codegen/cli": patch
"@cedar-codegen/common": patch
"@cedar-codegen/core": patch
---

Fix clash with regular yarn version command
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a9bfda2

Please sign in to comment.