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 56
56
env :
57
57
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} #
58
58
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
+
59
71
- name : Publish npm packages as latest
60
72
if : inputs.is-prerelease != 'true'
61
73
run : |
You can’t perform that action at this time.
0 commit comments