File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments