From 26bc621c50a76962a867abcc85bf58061e39feb4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 11 Apr 2023 18:29:11 -0300 Subject: [PATCH] Update winpkg.yml --- .github/workflows/winpkg.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winpkg.yml b/.github/workflows/winpkg.yml index 3cc5ee3..8bd392a 100644 --- a/.github/workflows/winpkg.yml +++ b/.github/workflows/winpkg.yml @@ -20,6 +20,7 @@ jobs: id: gettag with: repository: PerryWerneck/pw3270 + sort-tags: true releases-only: true - uses: msys2/setup-msys2@v2 with: @@ -46,7 +47,7 @@ jobs: tag: ${{ steps.gettag.outputs.tag }} artifacts: "*-pw3270-*.pkg.tar.zst" allowUpdates: true - draft: false + draft: true makeLatest: true omitBody: true omitPrereleaseDuringUpdate: true @@ -75,7 +76,7 @@ jobs: tag: ${{ steps.gettag.outputs.tag }} artifacts: "*-pw3270-*.tar.xz" allowUpdates: true - draft: false + draft: true makeLatest: true omitBody: true omitPrereleaseDuringUpdate: true -- libgit2 0.21.2