We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177870a commit cde50afCopy full SHA for cde50af
.github/workflows/release.yaml
@@ -34,4 +34,4 @@ jobs:
34
GITHUB_REPOSITORY: ${{ github.repository }}
35
GITHUB_REF: ${{ github.ref }}
36
- name: Release to NPM
37
- run: npm publish --access public
+ run: yarn npm publish --access public
0 commit comments