From 9493d8390539fe81bfb02c089a6eed3a92b00ca5 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 10 Mar 2023 10:03:25 -0300 Subject: [PATCH] Update msys2.yml --- .github/workflows/msys2.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 462db4a..f2061d7 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -25,12 +25,16 @@ jobs: - name: CI-Build run: | ./win/ci-build.sh - - name: Analyze Tags - id: tag-data - uses: Dotunj/github-action-analyze-tags@v0.2.0 + - name: Find Tag + id: tagger + uses: jimschubert/query-tag-action@v1 + with: + include: '*' + exclude: '*-rc*' + commit-ish: 'HEAD~' - uses: ncipollo/release-action@v1 with: - tag: ${{ steps.tag-data.outputs.highest_tag }} + tag: ${{ steps.tagger.outputs.tag }} name: mingw-binary artifacts: "*.tar.xz" allowUpdates: true -- libgit2 0.21.2