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 a26ea2c commit 6ebf352Copy full SHA for 6ebf352
1 file changed
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
node-version: '24'
41
registry-url: 'https://registry.npmjs.org'
42
- run: npm ci
43
- - run: npm publish --access public --tag beta
+ - run: npm publish --access public
44
45
create-release:
46
needs: publish-to-npm
0 commit comments