Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c991f09

Browse files
authored
chore: Release packages as unstable (#318)
Release packages as unstable
1 parent d9b2c00 commit c991f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- run: pnpm -r build
119119

120120
- name: Publish to npm registry
121-
run: pnpm --no-git-checks -r publish -filter '@fluencelabs/*' --access public
121+
run: pnpm --no-git-checks -r publish -filter '@fluencelabs/*' --access public --tag unstable
122122

123123
slack:
124124
if: always()
@@ -165,4 +165,4 @@ jobs:
165165
status: "failure"
166166
notification_title: "*{workflow}* has {status_message}"
167167
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
168-
footer: "<{run_url}>"
168+
footer: "<{run_url}>"

0 commit comments

Comments
 (0)