@@ -107,7 +107,7 @@
"pipe": true
},
{
- "command": "pnpm publish --access public --loglevel silly --tag next --no-git-checks",
+ "command": "pnpm publish --access public --loglevel silly --no-git-checks",
"dryRunCommand": "npm publish --dry-run --access public --no-git-checks",
@@ -0,0 +1,5 @@
+---
+"@tauri-apps/api": patch:changes
+
+Publish package with the latest NPM tag.
@@ -382,7 +382,7 @@ jobs:
- name: Publish
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- npm publish --tag next
+ npm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}