We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f08b8c commit efc761eCopy full SHA for efc761e
.github/workflows/publish.reusable.yml
@@ -60,9 +60,15 @@ jobs:
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} #
62
63
+ - name: Temp LS packages
64
+ run: |
65
+ cd packages
66
+ ls @postgrestools/
67
+
68
- name: Temp publish
69
if: inputs.is-prerelease != 'true'
70
run: |
71
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
0 commit comments