We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b8636 commit a2cc7faCopy full SHA for a2cc7fa
1 file changed
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
60
- tagName: app-v__VERSION__
+ tagName: ${{ github.ref_name }}
61
releaseName: 'Advanced PortChecker v__VERSION__'
62
releaseBody: 'See the assets to download this version and install.'
63
releaseDraft: true
0 commit comments