Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
echo "NPM_TAG=$NPM_TAG" >> $GITHUB_ENV
echo "$NPM_TAG"


- name: Publish packages
Comment thread
turbobobbytraykov marked this conversation as resolved.
# use npm run as yarn run changes the registry and publishes to https://registry.yarnpkg.com
run: npm run deploy ${NPM_TAG}
run: npm publish --tag ${NPM_TAG}
Comment on lines 46 to +47