Skip to content

Commit

Permalink
Fix release name generated through GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Sep 23, 2023
1 parent 5fcaa2a commit 6aeb006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
id: create-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
run: gh release create ${{ github.ref }} --title ${{ github.ref }} ./RoboViz.tar.gz ./RoboViz-macOS.zip
run: gh release create ${{ github.ref }} --title ${{ github.ref_name }} ./RoboViz.tar.gz ./RoboViz-macOS.zip

0 comments on commit 6aeb006

Please sign in to comment.