From c6a88728542f594866bf6c2ea8951ae06b196255 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Mar 2023 09:40:45 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index a31833a..462db4a 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -25,15 +25,12 @@ 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" + - name: Analyze Tags + id: tag-data + uses: Dotunj/github-action-analyze-tags@v0.2.0 - uses: ncipollo/release-action@v1 with: - tag: 5.4 + tag: ${{ steps.tag-data.outputs.highest_tag }} name: mingw-binary artifacts: "*.tar.xz" allowUpdates: true -- libgit2 0.21.2