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.
2 parents 93e5e92 + d09f8ba commit f2e1c4bCopy full SHA for f2e1c4b
.github/workflows/publish.yml
@@ -54,6 +54,6 @@ jobs:
54
# build it!
55
- run: npm run build
56
# publish with the name - should only be the numbers like 0.9.5
57
- - run: npm publish ${{ steps.latest_release.outputs.release }}
+ - run: npm publish
58
env:
59
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments