Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naderzare authored Apr 23, 2024
1 parent 842d7cb commit 10507b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
with:
artifacts: "${{ github.workspace }}/artifact/*"
token: ${{ secrets.GITHUB_TOKEN }}
tag: "${{ github.ref_name }}"
release_name: "${{ github.ref_name }}"
tag: "${{ steps.cmake_version.outputs.version }}"
release_name: "${{ steps.cmake_version.outputs.version }}"
release_body: "RoboCup Soccer Simulator Server"
draft: false
prerelease: false

0 comments on commit 10507b0

Please sign in to comment.