Skip to content

Commit

Permalink
fix: log tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jun 11, 2024
1 parent 75f8055 commit 8a4cf10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,19 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: echo "6. github event = ${{ github.event_name }}, tag = ${{ steps.changelog.outputs.tag }}"
- run: echo "6. github event = ${{ github.event_name }}, tag = ${{ steps.changelog.outputs.tag }}, tag name= ${{ github.ref }}, needs tag = ${{ needs.changelog.outputs.tag }}"

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

0 comments on commit 8a4cf10

Please sign in to comment.