From 2bbcbe72cb39ec2e1fba436de66891e0b682ef63 Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Wed, 15 Feb 2023 18:13:34 +0200 Subject: [PATCH] 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 73e60079b..eb476d525 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()