File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,21 @@ jobs:
6060 env :
6161 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} #
6262
63+ - name : Temp LS packages
64+ run : |
65+ cd packages
66+ ls @postgrestools/
67+
6368 - name : Temp publish
6469 if : inputs.is-prerelease != 'true'
6570 run : |
66- npm publish "@postgrestools/cli-aarch64-apple-darwin" --tag latest --access public --provenance
67- npm publish "@postgrestools/cli-aarch64-windows-msvc" --tag latest --access public --provenance
68- npm publish "@postgrestools/cli-aarch64-linux-gnu" --tag latest --access public --provenance
69- npm publish "@postgrestools/cli-x86_64-apple-darwin" --tag latest --access public --provenance
70- npm publish "@postgrestools/cli-x86_64-windows-msvc" --tag latest --access public --provenance
71- npm publish "@postgrestools/cli-x86_64-linux-gnu" --tag latest --access public --provenance
71+ cd packages
72+ npm publish "@postgrestools/postgrestools_aarch64-apple-darwin" --tag latest --access public --provenance
73+ npm publish "@postgrestools/postgrestools_aarch64-windows-msvc" --tag latest --access public --provenance
74+ npm publish "@postgrestools/postgrestools_aarch64-linux-gnu" --tag latest --access public --provenance
75+ npm publish "@postgrestools/postgrestools_x86_64-apple-darwin" --tag latest --access public --provenance
76+ npm publish "@postgrestools/postgrestools_x86_64-windows-msvc" --tag latest --access public --provenance
77+ npm publish "@postgrestools/postgrestools_x86_64-linux-gnu" --tag latest --access public --provenance
7278 env :
7379 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7480
You can’t perform that action at this time.
0 commit comments