File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 107107 "pipe" : true
108108 },
109109 {
110- "command" : " pnpm publish --access public --loglevel silly --tag next -- no-git-checks" ,
110+ "command" : " pnpm publish --access public --loglevel silly --no-git-checks" ,
111111 "dryRunCommand" : " npm publish --dry-run --access public --no-git-checks" ,
112112 "pipe" : true
113113 },
Original file line number Diff line number Diff line change 1+ ---
2+ " @tauri-apps/api " : patch:changes
3+ ---
4+
5+ Publish package with the latest NPM tag.
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ jobs:
382382 - name : Publish
383383 run : |
384384 echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
385- npm publish --tag next
385+ npm publish
386386 env :
387387 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
388388 NPM_TOKEN : ${{ secrets.ORG_NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments