We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3e7a7 commit 957e2edCopy full SHA for 957e2ed
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
run: curl -o release-notes.md https://drive.google.com/uc?export=download&id=1LdP8rvPZ9ra4mc4vmv3smcDwVD96Zwn8
48
- name: Create Tag
49
run: |
50
- git tag -a ${{ env.Version }}
+ git tag -a ${{ env.Version }} -m"${{ env.Version }}"
51
git push origin ${{ env.Version }}
52
- name: Create Release
53
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