Skip to content

Commit

Permalink
ci: fix publish @tauri-apps/api to latest instead of next (#8371)
Browse files Browse the repository at this point in the history
* ci: fix publish `@tauri-apps/api` to `latest` instead of `next`

closes #8335

* just remove tag
  • Loading branch information
amrbashir authored Dec 12, 2023
1 parent 777ddf4 commit 30adc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down

0 comments on commit 30adc8d

Please sign in to comment.