Skip to content

Commit 3f08b8c

Browse files
chore: temp publish
1 parent 9eb2aac commit 3f08b8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.reusable.yml

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

0 commit comments

Comments
 (0)