From 76e055720cdd3b317a58105cd29023b3be8d8a00 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Mar 2023 09:20:57 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 08b5ff0..a31833a 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -25,13 +25,20 @@ jobs: - name: CI-Build run: | ./win/ci-build.sh + - uses: rickstaa/action-create-tag@v1 + id: "tag_create" + with: + tag: 5.4 + force_push_tag: true + message: "Latest release" - uses: ncipollo/release-action@v1 with: + tag: 5.4 + name: mingw-binary artifacts: "*.tar.xz" allowUpdates: true draft: true makeLatest: true - name: mingw-binary omitBody: true omitPrereleaseDuringUpdate: true replacesArtifacts: true -- libgit2 0.21.2