From be94128b47e87f5c5735765ab05175686edc1b6c Mon Sep 17 00:00:00 2001 From: Taqi Raza Date: Sun, 24 Nov 2024 10:48:35 +0500 Subject: [PATCH] change release title to old --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ef7f5d..2c74110 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: - name: release uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303 with: - title: Continuous build (stable) 4.0.x i386 + title: build old 4.0.x i386 automatic_release_tag: old-v4-i386 prerelease: false draft: false @@ -98,7 +98,7 @@ jobs: - name: release uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303 with: - title: Continuous build (stable) 4.0.x amd64 + title: build old 4.0.x amd64 automatic_release_tag: old-v4-amd64 prerelease: false draft: false @@ -140,7 +140,7 @@ jobs: - name: release uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303 with: - title: Continuous build (stable) 4.0.x multi + title: build old 4.0.x multi automatic_release_tag: old-v4-multi prerelease: false draft: false