From 6ce643cdcb8fb57d37d0117c45e8cf1c9e242dcc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 9 Aug 2025 18:37:03 +0300 Subject: [PATCH] fix(ci): switch to cycjimmy/semantic-release-action --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0109251..8f01c96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,8 @@ jobs: statuses: write contents: read packages: read + issues: write + pull-requests: write steps: - name: Run PR Lint @@ -63,9 +65,8 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: yarn install - - name: Release - shell: bash + - name: Semantic Release + uses: cycjimmy/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn run semantic-release