mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
chore: Release packages as unstable (#318)
Release packages as unstable
This commit is contained in:
parent
d9b2c00c79
commit
c991f0908f
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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}>"
|
Loading…
Reference in New Issue
Block a user