Skip to content

Commit c663cb9

Browse files
committed
changed default release text
1 parent d04dbac commit c663cb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tag_name: ${{ env.TAG }} # Dynamically use the pushed tag
5151
name: Release ${{ env.TAG }} # Use the tag for the release name
5252
body: |
53-
Automated release of version ${{ env.TAG }}.
53+
Spaces release of version ${{ env.TAG }}.
5454
draft: false
5555
prerelease: false
5656
files: |

.github/workflows/release-macos-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tag_name: ${{ env.TAG }} # Dynamically use the pushed tag
5050
name: Release ${{ env.TAG }} # Use the tag for the release name
5151
body: |
52-
Automated release of version ${{ env.TAG }}.
52+
Spaces release of version ${{ env.TAG }}.
5353
draft: false
5454
prerelease: false
5555
files: |

.github/workflows/release-macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tag_name: ${{ env.TAG }} # Dynamically use the pushed tag
5050
name: Release ${{ env.TAG }} # Use the tag for the release name
5151
body: |
52-
Automated release of version ${{ env.TAG }}.
52+
Spaces release of version ${{ env.TAG }}.
5353
draft: false
5454
prerelease: false
5555
files: |

0 commit comments

Comments
 (0)