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 }}