Skip to content

Commit

Permalink
changed default release text
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Oct 22, 2024
1 parent d04dbac commit c663cb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
tag_name: ${{ env.TAG }} # Dynamically use the pushed tag
name: Release ${{ env.TAG }} # Use the tag for the release name
body: |
Automated release of version ${{ env.TAG }}.
Spaces release of version ${{ env.TAG }}.
draft: false
prerelease: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tag_name: ${{ env.TAG }} # Dynamically use the pushed tag
name: Release ${{ env.TAG }} # Use the tag for the release name
body: |
Automated release of version ${{ env.TAG }}.
Spaces release of version ${{ env.TAG }}.
draft: false
prerelease: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tag_name: ${{ env.TAG }} # Dynamically use the pushed tag
name: Release ${{ env.TAG }} # Use the tag for the release name
body: |
Automated release of version ${{ env.TAG }}.
Spaces release of version ${{ env.TAG }}.
draft: false
prerelease: false
files: |
Expand Down

0 comments on commit c663cb9

Please sign in to comment.