Skip to content

Commit 10507b0

Browse files
authored
Update main.yml
1 parent 842d7cb commit 10507b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
with:
123123
artifacts: "${{ github.workspace }}/artifact/*"
124124
token: ${{ secrets.GITHUB_TOKEN }}
125-
tag: "${{ github.ref_name }}"
126-
release_name: "${{ github.ref_name }}"
125+
tag: "${{ steps.cmake_version.outputs.version }}"
126+
release_name: "${{ steps.cmake_version.outputs.version }}"
127127
release_body: "RoboCup Soccer Simulator Server"
128128
draft: false
129129
prerelease: false

0 commit comments

Comments
 (0)