We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5256dfb commit 7fe334cCopy full SHA for 7fe334c
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
if: startsWith(github.ref, 'refs/tags/v') # Run this step if the tag starts with 'v'
47
uses: softprops/action-gh-release@v1
48
with:
49
- tag_name: ${{ env.TAG_NAME }} # Tag to create release
+ tag_name: ${{ env.TAG_NAME }}-${{ env.BRANCH_NAME }} # Tag to create release
50
release_name: Release ${{ env.TAG_NAME }} from branch ${{ env.BRANCH_NAME }} # Include branch name in release title
51
files: |
52
dist/*
0 commit comments