From 35dfb1bfbc4dc4db5cd8ac3525e6288e9d6b2823 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Thu, 16 Feb 2023 10:18:18 +0200 Subject: [PATCH] chore: Fix typo in release command (#254) Fix typo in release command --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73e60079..eb476d52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: - run: pnpm -r build - 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: if: always()