Skip to content

Commit 4709dbc

Browse files
authored
Update c-cpp.yml
1 parent 8d83d74 commit 4709dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
64-
tag_name: ${{ github.ref }}
65-
release_name: Release ${{ github.ref }}
64+
tag_name: ${{ github.ref_name }}
65+
release_name: Release ${{ github.ref_name }}
6666
draft: false
6767
prerelease: false
6868

0 commit comments

Comments
 (0)