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

Commit 35dfb1b

Browse files
authored
chore: Fix typo in release command (#254)
Fix typo in release command
1 parent 694a8a1 commit 35dfb1b

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

123123
slack:
124124
if: always()

0 commit comments

Comments
 (0)