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 acfacc6 commit ecf55d2Copy full SHA for ecf55d2
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
with:
20
tag_name: ${{ github.ref }}
21
- release_name: Release ${{ github.ref }}
+ release_name: ${{ github.ref }}
22
draft: true
23
prerelease: false
24
0 commit comments