Skip to content

Commit

Permalink
adjust github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarr committed Oct 4, 2024
1 parent 5256dfb commit 7fe334c
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 @@ -46,7 +46,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') # Run this step if the tag starts with 'v'
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.TAG_NAME }} # Tag to create release
tag_name: ${{ env.TAG_NAME }}-${{ env.BRANCH_NAME }} # Tag to create release
release_name: Release ${{ env.TAG_NAME }} from branch ${{ env.BRANCH_NAME }} # Include branch name in release title
files: |
dist/*
Expand Down

0 comments on commit 7fe334c

Please sign in to comment.