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