Skip to content

Commit 69ca0da

Browse files
committed
use short CI_REF_NAME for release name
1 parent 596be9d commit 69ca0da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: softprops/action-gh-release@v1
110110
with:
111111
tag_name: ${{ github.ref }}
112-
name: Release ${{ github.ref }}
112+
name: Release ${{ env.CI_REF_NAME }}
113113
body: |
114114
${{ env.CI_REPOSITORY_NAME }} VCV Rack Plugin ${{ env.CI_REF_NAME }}
115115
draft: false

0 commit comments

Comments
 (0)