Skip to content

Commit

Permalink
change release title to old
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Nov 24, 2024
1 parent 9449478 commit be94128
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be94128

Please sign in to comment.