We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c581275 commit 850bfbeCopy full SHA for 850bfbe
1 file changed
.github/workflows/release.yml
@@ -88,6 +88,7 @@ jobs:
88
- name: Create Release
89
uses: softprops/action-gh-release@v2
90
with:
91
+ tag_name: ${{ github.ref_name }}
92
files: |
93
release/*
94
generate_release_notes: true
0 commit comments