From 4a6974f4dcac5f11a7e86f7fc502478fdc4b0094 Mon Sep 17 00:00:00 2001 From: hinakhadim Date: Tue, 12 Dec 2023 00:21:23 +0500 Subject: [PATCH] chore: update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ae938a51..252a2b159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,9 @@ jobs: - name: Build run: npm run build - name: Release + uses: cycjimmy/semantic-release-action@v3 + with: + semantic_version: 16 env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release