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

Commit 43f39d5

Browse files
authored
chore(ci): Release public packages as latest (#287)
1 parent faf1f7d commit 43f39d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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 --tag unstable
121+
run: pnpm --no-git-checks -r publish -filter '@fluencelabs/*' --access public
122122

123123
slack:
124124
if: always()

0 commit comments

Comments
 (0)