Skip to content

Commit

Permalink
Fix changesets action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Oct 24, 2023
1 parent 0a49505 commit 9c3ba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-release.yml
Expand Up @@ -221,7 +221,7 @@ jobs:
run: ls -l packages/*/*/*.node
- run: yarn release
- name: Create release PR or publish to npm
uses: changesets/action@1.4.5
uses: changesets/action@v1.4.5
with:
version: yarn run changesets-version
publish: yarn run changesets-release
Expand Down

0 comments on commit 9c3ba48

Please sign in to comment.