From 3f08b8c88dec81884f5a6ccbea2bf80480fcb766 Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 15 Jul 2025 11:42:32 +0200 Subject: [PATCH 1/2] chore: temp publish --- .github/workflows/publish.reusable.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.reusable.yml b/.github/workflows/publish.reusable.yml index ead8a1b8b..6453827f6 100644 --- a/.github/workflows/publish.reusable.yml +++ b/.github/workflows/publish.reusable.yml @@ -63,12 +63,12 @@ jobs: - name: Temp publish if: inputs.is-prerelease != 'true' run: | - npm publish "@postgrestools/cli-aarch64-apple-darwin" --tag latest --access public --provenance - npm publish "@postgrestools/cli-aarch64-windows-msvc" --tag latest --access public --provenance - npm publish "@postgrestools/cli-aarch64-linux-gnu" --tag latest --access public --provenance - npm publish "@postgrestools/cli-x86_64-apple-darwin" --tag latest --access public --provenance - npm publish "@postgrestools/cli-x86_64-windows-msvc" --tag latest --access public --provenance - npm publish "@postgrestools/cli-x86_64-linux-gnu" --tag latest --access public --provenance + npm publish "@postgrestools/postgrestools_aarch64-apple-darwin" --tag latest --access public --provenance + npm publish "@postgrestools/postgrestools_aarch64-windows-msvc" --tag latest --access public --provenance + npm publish "@postgrestools/postgrestools_aarch64-linux-gnu" --tag latest --access public --provenance + npm publish "@postgrestools/postgrestools_x86_64-apple-darwin" --tag latest --access public --provenance + npm publish "@postgrestools/postgrestools_x86_64-windows-msvc" --tag latest --access public --provenance + npm publish "@postgrestools/postgrestools_x86_64-linux-gnu" --tag latest --access public --provenance env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From efc761e3aadb3c75ec364c7bfec3e3a900d1333c Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 15 Jul 2025 11:44:05 +0200 Subject: [PATCH 2/2] . --- .github/workflows/publish.reusable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.reusable.yml b/.github/workflows/publish.reusable.yml index 6453827f6..0d9095ed5 100644 --- a/.github/workflows/publish.reusable.yml +++ b/.github/workflows/publish.reusable.yml @@ -60,9 +60,15 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # + - name: Temp LS packages + run: | + cd packages + ls @postgrestools/ + - name: Temp publish if: inputs.is-prerelease != 'true' run: | + cd packages npm publish "@postgrestools/postgrestools_aarch64-apple-darwin" --tag latest --access public --provenance npm publish "@postgrestools/postgrestools_aarch64-windows-msvc" --tag latest --access public --provenance npm publish "@postgrestools/postgrestools_aarch64-linux-gnu" --tag latest --access public --provenance