File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ jobs:
3030 # Publish packages
3131 - name : Publish db-service
3232 if : ${{ steps.release.outputs.db-service--release_created }}
33- run : npm publish --workspace db-service --access public --tag next
33+ run : npm publish --workspace db-service --access public
3434 env :
3535 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
3636
3737 - name : Publish sqlite
3838 if : ${{ steps.release.outputs.sqlite--release_created }}
39- run : npm publish --workspace sqlite --access public --tag next
39+ run : npm publish --workspace sqlite --access public
4040 env :
4141 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
4242
4343 - name : Publish postgres
4444 if : ${{ steps.release.outputs.postgres--release_created }}
45- run : npm publish --workspace postgres --access public --tag next
45+ run : npm publish --workspace postgres --access public
4646 env :
4747 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
4848
4949 - name : Publish SAP HANA
5050 if : ${{ steps.release.outputs.hana--release_created }}
51- run : npm publish --workspace hana --access public --tag next
51+ run : npm publish --workspace hana --access public
5252 env :
5353 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
You can’t perform that action at this time.
0 commit comments