We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa7682 commit fbcf834Copy full SHA for fbcf834
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: softprops/action-gh-release@v1
52
with:
53
tag_name: ${{ env.VERSION }}-${{ env.BRANCH_NAME }} # Tag to create release
54
- release_name: Release ${{ env.VERSION }} from branch ${{ env.BRANCH_NAME }} # Include branch name in release title
+ name: Release ${{ env.VERSION }} from branch ${{ env.BRANCH_NAME }} # Correct input 'name' for release title
55
files: |
56
dist/*
57
env:
0 commit comments