Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 98726ec

Browse files
fix: don't use yarn for release publish step (#33)
1 parent b6e1736 commit 98726ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "Final version to publish: $FINAL_VERSION"
7979
8080
- name: Publish to npm
81-
run: yarn npm publish --access public
81+
run: npm publish --access public
8282
env:
8383
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8484

0 commit comments

Comments
 (0)