Skip to content

Commit f24592c

Browse files
committed
Change release message
1 parent c510a66 commit f24592c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: startsWith(github.ref, 'refs/tags/')
4848
uses: softprops/action-gh-release@v1
4949
with:
50-
name: Release ${{ steps.get_tag.outputs.TAG }}
50+
name: ${{ steps.get_tag.outputs.TAG }}
5151
files: search-engine.web.zip
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)