We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97dece commit abdad3fCopy full SHA for abdad3f
1 file changed
.github/workflows/npm-publish.yml
@@ -29,7 +29,6 @@ jobs:
29
- name: Test & Publish
30
run: |
31
npm install
32
- npm test
33
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
34
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
35
npm publish
0 commit comments