From 705f5c6cc5f6711537673d83c11d8502f1953061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20=22Kang=22=20P=C3=A9rez?= Date: Fri, 5 Apr 2024 09:34:18 +0200 Subject: [PATCH] Update .github/workflows/release.yaml Co-authored-by: Christian --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fd14bb0..80692799 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -95,7 +95,7 @@ jobs: --target $(git rev-parse HEAD) \ --notes-file CHANGELOG.partial.md - - name: Move major tag to this new commit + - name: Move major and major.minor tags to this new commit run: | # The release is created above, the repo still does not have the tag available here git fetch