From 9edaa865096f168a3599efa094f387fe5389a93a Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 14 Sep 2024 16:49:52 +0300 Subject: [PATCH] [gha] publish as releases Signed-off-by: R4SAS --- .github/workflows/commit.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 2aa3cbf..19715be 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -1,4 +1,4 @@ -name: Pre-release +name: Trunk release on: push: @@ -63,8 +63,8 @@ jobs: name: i2pdbrowser-${{ steps.commit.outputs.short }}-windows path: I2PdBrowserPortable_*-windows.zip - pre-release: - name: Publish pre-release + publish: + name: Publish trunk release runs-on: ubuntu-latest needs: - pack-nix @@ -81,12 +81,12 @@ jobs: pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* merge-multiple: true - - name: Creating pre-release + - name: Creating release uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" - prerelease: true + prerelease: false title: "Latest packages" files: | I2PdBrowserPortable_${{ steps.commit.outputs.short }}-*