Skip to content

Commit 8d776e9

Browse files
chore: temp publish (#457)
1 parent 9eb2aac commit 8d776e9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)