We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1fc67 commit c854546Copy full SHA for c854546
.github/workflows/dotnet.yml
@@ -31,7 +31,7 @@ jobs:
31
env:
32
GITHUB_TOKEN: ${{ secrets.TOKEN }}
33
with:
34
- tag_name: Release ${{ github.run_number }}
+ tag_name: ${{ github.run_number }}
35
release_name: Release ${{ github.run_number }}
36
draft: false
37
- name: Upload Release Asset
0 commit comments