mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 01:42:13 +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
|
- run: pnpm -r build
|
||||||
|
|
||||||
- name: Publish to npm registry
|
- 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:
|
slack:
|
||||||
if: always()
|
if: always()
|
||||||
@ -165,4 +165,4 @@ jobs:
|
|||||||
status: "failure"
|
status: "failure"
|
||||||
notification_title: "*{workflow}* has {status_message}"
|
notification_title: "*{workflow}* has {status_message}"
|
||||||
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
|
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
|
||||||
footer: "<{run_url}>"
|
footer: "<{run_url}>"
|
Loading…
x
Reference in New Issue
Block a user