Skip to content

Commit

Permalink
fix: release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jun 11, 2024
1 parent 8a4cf10 commit 0b0f789
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,17 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
if: needs.changelog.outputs.tag != ''
with:
# token: ${{ secrets.GH_TOKEN }}
# tag_name: ${{ steps.changelog.outputs.tag }}
tag_name: ${{ needs.changelog.outputs.tag }}
name: ${{ needs.changelog.outputs.tag }}
prerelease: false
draft: false
files: CHANGELOG.md
generate_release_notes: true
# name: ${{ steps.changelog.outputs.tag }}
body: |
<details>
<summary>🤖 Autogenerated Conventional Changelog</summary>
${{ steps.changelog.outputs.clean_changelog }}
${{ needs.changelog.outputs.clean_changelog }}
</details>

0 comments on commit 0b0f789

Please # to comment.