From 17d527f1006603c313a26cf9ef8fa1720840e47c Mon Sep 17 00:00:00 2001 From: Martin Gerlach Date: Mon, 18 Sep 2023 22:08:14 +0200 Subject: [PATCH] ci(deps): move to new major version branch for semantic-release-action there is no major version tagging for this repo, the v4, v3 etc. versions are refs (branches), not tags. The most recent release is also always on ref "main", but we do not want unplanned major version changes. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3656640..2cc3635 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,6 @@ jobs: - name: Create new release id: release - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}