Skip to content

Commit 2b954a3

Browse files
committed
remove file name, line number, add v in version
1 parent e029974 commit 2b954a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ jobs:
4646
4747
- name: Get description
4848
run: |
49-
DESCRIPTION=`rg '###\s(.(?!##\s|\[Unreleased\]))+' CHANGELOG.md --pcre2 --multiline --multiline-dotall --max-count 1 CHANGELOG.md`
49+
DESCRIPTION=`rg '###\s(.(?!##\s|\[Unreleased\]))+' CHANGELOG.md --pcre2 --multiline --multiline-dotall --max-count 1 --no-filename --no-line-number`
5050
echo "DESCRIPTION<<EOF" >> $GITHUB_ENV
5151
echo "$DESCRIPTION" >> $GITHUB_ENV
5252
echo "EOF" >> $GITHUB_ENV
5353
5454
- name: Release
5555
uses: softprops/action-gh-release@v1
5656
with:
57-
name: ${{ env.VERSION }}
58-
tag_name: ${{ env.VERSION }}
57+
name: v${{ env.VERSION }}
58+
tag_name: v${{ env.VERSION }}
5959
body: ${{ env.DESCRIPTION }}
6060
files: |
6161
bin/LayoutUtil.rbxm

0 commit comments

Comments
 (0)