From 90c1e241d5eb22b7cb77f065466679a0d049f1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Stru=C3=9F?= <31846129+applike-ss@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:38:03 +0200 Subject: [PATCH] Update .github/workflows/release.yml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5784637..c6760ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,23 +18,23 @@ jobs: if: github.repository_owner == 'justtrackio' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - fetch-depth: 0 + fetch-depth: '0' - name: Release uses: cycjimmy/semantic-release-action@v4 with: - semantic_version: 19.0.5 + semantic_version: '21.1.1' extra_plugins: | @semantic-release/changelog @semantic-release/git - conventional-changelog-conventionalcommits + conventional-changelog-conventionalcommits@6.1.0 branches: | [ '+([0-9])?(.{+([0-9]),x}).x', 'main' ] env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN_2023 }}