From b98c93c03ed2cc9cdf6b68e1afbb14df43b4471d Mon Sep 17 00:00:00 2001 From: LakshmiRavali Date: Sat, 28 Aug 2021 09:21:02 +0530 Subject: [PATCH] fix: Updated suffix version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f51a9cb..3b29cef5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: - name: semanticRelease run: | npm install --save-dev @semantic-release/changelog @semantic-release/git - npm ci && npx semantic-release -t \${version} + npm ci && npx semantic-release -t \${version}-rc env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} update-release: