chore: Release packages as unstable (#318)

Release packages as unstable
This commit is contained in:
Anatolios Laskaris 2023-07-03 10:53:59 +03:00 committed by GitHub
parent d9b2c00c79
commit c991f0908f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ jobs:
- run: pnpm -r build
- name: Publish to npm registry
run: pnpm --no-git-checks -r publish -filter '@fluencelabs/*' --access public
run: pnpm --no-git-checks -r publish -filter '@fluencelabs/*' --access public --tag unstable
slack:
if: always()
@ -165,4 +165,4 @@ jobs:
status: "failure"
notification_title: "*{workflow}* has {status_message}"
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
footer: "<{run_url}>"
footer: "<{run_url}>"