Skip to content

Commit f613176

Browse files
committed
chore: temp publish
1 parent f6cea4b commit f613176

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.reusable.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ jobs:
5656
env:
5757
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} #
5858

59+
- name: Temp publish
60+
if: inputs.is-prerelease != 'true'
61+
run: |
62+
npm publish "@postgrestools/cli-aarch64-apple-darwin" --tag latest --access public --provenance
63+
npm publish "@postgrestools/cli-aarch64-windows-msvc" --tag latest --access public --provenance
64+
npm publish "@postgrestools/cli-aarch64-linux-gnu" --tag latest --access public --provenance
65+
npm publish "@postgrestools/cli-x86_64-apple-darwin" --tag latest --access public --provenance
66+
npm publish "@postgrestools/cli-x86_64-windows-msvc" --tag latest --access public --provenance
67+
npm publish "@postgrestools/cli-x86_64-linux-gnu" --tag latest --access public --provenance
68+
env:
69+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70+
5971
- name: Publish npm packages as latest
6072
if: inputs.is-prerelease != 'true'
6173
run: |

0 commit comments

Comments
 (0)