Skip to content

Commit cde50af

Browse files
committed
fix(release): release with yarn instead of npm
1 parent 177870a commit cde50af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
GITHUB_REPOSITORY: ${{ github.repository }}
3535
GITHUB_REF: ${{ github.ref }}
3636
- name: Release to NPM
37-
run: npm publish --access public
37+
run: yarn npm publish --access public

0 commit comments

Comments
 (0)