Skip to content

Commit

Permalink
use short CI_REF_NAME for release name
Browse files Browse the repository at this point in the history
  • Loading branch information
qno committed Nov 7, 2022
1 parent 596be9d commit 69ca0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
name: Release ${{ env.CI_REF_NAME }}
body: |
${{ env.CI_REPOSITORY_NAME }} VCV Rack Plugin ${{ env.CI_REF_NAME }}
draft: false
Expand Down

0 comments on commit 69ca0da

Please sign in to comment.