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:
60
60
env :
61
61
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} #
62
62
63
+ - name : Temp LS packages
64
+ run : |
65
+ cd packages
66
+ ls @postgrestools/
67
+
63
68
- name : Temp publish
64
69
if : inputs.is-prerelease != 'true'
65
70
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
72
78
env :
73
79
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
74
80
You can’t perform that action at this time.
0 commit comments