Skip to content

Commit efc761e

Browse files
.
1 parent 3f08b8c commit efc761e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,15 @@ 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: |
71+
cd packages
6672
npm publish "@postgrestools/postgrestools_aarch64-apple-darwin" --tag latest --access public --provenance
6773
npm publish "@postgrestools/postgrestools_aarch64-windows-msvc" --tag latest --access public --provenance
6874
npm publish "@postgrestools/postgrestools_aarch64-linux-gnu" --tag latest --access public --provenance

0 commit comments

Comments
 (0)