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 842d7cb commit 10507b0Copy full SHA for 10507b0
.github/workflows/main.yml
@@ -122,8 +122,8 @@ jobs:
122
with:
123
artifacts: "${{ github.workspace }}/artifact/*"
124
token: ${{ secrets.GITHUB_TOKEN }}
125
- tag: "${{ github.ref_name }}"
126
- release_name: "${{ github.ref_name }}"
+ tag: "${{ steps.cmake_version.outputs.version }}"
+ release_name: "${{ steps.cmake_version.outputs.version }}"
127
release_body: "RoboCup Soccer Simulator Server"
128
draft: false
129
prerelease: false
0 commit comments