File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
6363 - name : Temp publish
6464 if : inputs.is-prerelease != 'true'
6565 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
66+ npm publish "@postgrestools/postgrestools_aarch64 -apple-darwin" --tag latest --access public --provenance
67+ npm publish "@postgrestools/postgrestools_aarch64 -windows-msvc" --tag latest --access public --provenance
68+ npm publish "@postgrestools/postgrestools_aarch64 -linux-gnu" --tag latest --access public --provenance
69+ npm publish "@postgrestools/postgrestools_x86_64 -apple-darwin" --tag latest --access public --provenance
70+ npm publish "@postgrestools/postgrestools_x86_64 -windows-msvc" --tag latest --access public --provenance
71+ npm publish "@postgrestools/postgrestools_x86_64 -linux-gnu" --tag latest --access public --provenance
7272 env :
7373 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
7474
You can’t perform that action at this time.
0 commit comments