فهرست منبع

ci: fix publish `@tauri-apps/api` to `latest` instead of `next` (#8371)

* ci: fix publish `@tauri-apps/api` to `latest` instead of `next`

closes #8335

* just remove tag
Amr Bashir 1 سال پیش
والد
کامیت
30adc8d45d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tooling/api/package.json

+ 1 - 1
tooling/api/package.json

@@ -28,7 +28,7 @@
   "scripts": {
     "build": "rollup -c --configPlugin typescript",
     "npm-pack": "yarn build && cd ./dist && npm pack",
-    "npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next",
+    "npm-publish": "yarn build && cd ./dist && yarn publish --access public --loglevel silly",
     "ts:check": "tsc -noEmit",
     "lint": "eslint --ext ts \"./src/**/*.ts\"",
     "lint:fix": "eslint --fix --ext ts \"./src/**/*.ts\"",