Skip to content

Commit ae605b6

Browse files
update release.yml
1 parent 3cc13ed commit ae605b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: softprops/action-gh-release@v2
115115
with:
116116
tag_name: ${{ needs.tag.outputs.tag_name }}
117-
name: Release ${{ needs.tag.outputs.tag_name }}
117+
name: ${{ needs.tag.outputs.tag_name }}
118118
body: |
119119
Automated release for DSL version ${{ needs.tag.outputs.dsl_version }}
120120
files: |

0 commit comments

Comments
 (0)