diff --git a/.changes/api-latest-tag.md b/.changes/api-latest-tag.md new file mode 100644 index 000000000000..c287a0d17432 --- /dev/null +++ b/.changes/api-latest-tag.md @@ -0,0 +1,5 @@ +--- +"@tauri-apps/api": patch:changes +--- + +Actually publish package with the latest tag. diff --git a/packages/api/package.json b/packages/api/package.json index 782fb64df490..b12df5e31464 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -38,7 +38,7 @@ "scripts": { "build": "rollup -c --configPlugin typescript", "npm-pack": "pnpm build && cd ./dist && npm pack", - "npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks", + "npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks", "ts:check": "tsc --noEmit", "eslint:check": "eslint src/**.ts", "eslint:fix": "eslint src/**.ts --fix"