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 81612f5 commit f4e3c92Copy full SHA for f4e3c92
.github/workflows/publish.yml
@@ -21,4 +21,4 @@ jobs:
21
node-version: "24.x"
22
registry-url: "https://registry.npmjs.org"
23
- run: pnpm install
24
- - run: pnpm publish --provenance --access public --no-git-checks
+ - run: pnpm publish --provenance --access public --no-git-checks --tag latest
0 commit comments