Skip to content

Commit 957e2ed

Browse files
authored
Update publish.yml
1 parent 0d3e7a7 commit 957e2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
4848
- name: Create Tag
4949
run: |
50-
git tag -a ${{ env.Version }}
50+
git tag -a ${{ env.Version }} -m"${{ env.Version }}"
5151
git push origin ${{ env.Version }}
5252
- name: Create Release
5353
run: gh release create ${{ env.Version }} --title ${{ env.Version }} --notes-file release-notes.md ${{github.workspace}}/Packages/*.nupkg ${{github.workspace}}/Packages/*.snupkg

0 commit comments

Comments
 (0)