From e012dc88b94fb4ce8433076d45479ee4d0ed01b2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 May 2023 00:44:08 +0100 Subject: [PATCH] fix(release): actually tag MAJOR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51f9a6..81b6fff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} uses: richardsimko/update-tag@v1 with: - tag_name: v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} + tag_name: v${{ steps.release.outputs.major }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create/update MAJOR.MINOR tag