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 0043287 commit d32f6cfCopy full SHA for d32f6cf
.github/workflows/tag_and_release.yml
@@ -46,4 +46,5 @@ jobs:
46
- name: Create Github Release
47
uses: softprops/action-gh-release@v1
48
with:
49
- body: ${{steps.github_release.outputs.changelog}}
+ body: ${{steps.github_release.outputs.changelog}}
50
+ tag_name: ${{ steps.tag_version.outputs.tag }}
0 commit comments