We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c26252 commit 0f810adCopy full SHA for 0f810ad
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: softprops/action-gh-release@v2
26
if: startsWith(github.ref, 'refs/tags/')
27
with:
28
- name: ${{ github.ref_name }}
+ name: TabletDriverCleanup ${{ github.ref_name }}
29
draft: true
30
files: ./dist/tabletdrivercleanup.zip
31
env:
0 commit comments