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 487e953 commit 0923307Copy full SHA for 0923307
.github/workflows/ci.yml
@@ -39,5 +39,4 @@ jobs:
39
registry-url: "https://registry.npmjs.org"
40
- name: Build and publish package
41
if: startsWith(github.ref, 'refs/tags/')
42
- run: npm publish --access=public --tag ${GITHUB_REF_NAME#v}
43
-
+ run: npm publish --access=public
0 commit comments