chore: Fix typo in release command (#254)

Fix typo in release command
This commit is contained in:
Anatolios Laskaris 2023-02-16 10:18:18 +02:00 committed by GitHub
parent 694a8a1bd2
commit 35dfb1bfbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 --tags unstable run: pnpm --no-git-checks -r publish -filter '@fluencelabs/*' --access public --tag unstable
slack: slack:
if: always() if: always()