Skip to content

Commit 6aeb006

Browse files
committed
Fix release name generated through GitHub Actions
1 parent 5fcaa2a commit 6aeb006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
id: create-release
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
32-
run: gh release create ${{ github.ref }} --title ${{ github.ref }} ./RoboViz.tar.gz ./RoboViz-macOS.zip
32+
run: gh release create ${{ github.ref }} --title ${{ github.ref_name }} ./RoboViz.tar.gz ./RoboViz-macOS.zip

0 commit comments

Comments
 (0)