Skip to content

Commit a2cc7fa

Browse files
committed
feat: fix tag
1 parent c9b8636 commit a2cc7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
with:
60-
tagName: app-v__VERSION__
60+
tagName: ${{ github.ref_name }}
6161
releaseName: 'Advanced PortChecker v__VERSION__'
6262
releaseBody: 'See the assets to download this version and install.'
6363
releaseDraft: true

0 commit comments

Comments
 (0)