From 7f61ef5e8de774dc626b82ac2abb2a3a9a22a4cb Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Thu, 8 Aug 2024 15:58:01 +0500 Subject: [PATCH] chore: what --- .github/workflows/release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index f2eb2f9bd..2ce8e4a20 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -32,4 +32,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release@17 --dry-run --no-ci --branches=[huniafatima/preview-next-version-on-pr, master] \ No newline at end of file + run: npx semantic-release@17 --dry-run --no-ci --branches=huniafatima/preview-next-version-on-pr,master \ No newline at end of file