Skip to content

Commit e968b3d

Browse files
authored
fix(api): actually publish with the latest tag (#11219)
we missed one `--tag next` usage in #11199
1 parent 858b351 commit e968b3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/api-latest-tag.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tauri-apps/api": patch:changes
3+
---
4+
5+
Actually publish package with the latest tag.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"build": "rollup -c --configPlugin typescript",
4040
"npm-pack": "pnpm build && cd ./dist && npm pack",
41-
"npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks",
41+
"npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks",
4242
"ts:check": "tsc --noEmit",
4343
"eslint:check": "eslint src/**.ts",
4444
"eslint:fix": "eslint src/**.ts --fix"

0 commit comments

Comments
 (0)