We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62e36a commit e8f79e7Copy full SHA for e8f79e7
.github/workflows/deploy.yml
@@ -65,7 +65,6 @@ jobs:
65
66
- name: Publish npm Package
67
run: |
68
- npm version $PACKAGE_VERSION --no-git-tag-version
69
npm publish --access public
70
env:
71
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments