Skip to content

Commit

Permalink
fix: release.yml test9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
soblvsk committed Jul 12, 2023
1 parent 0dc80cb commit 8e0c28a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build Changelog
id: build_changelog
uses: saadmk11/changelog-ci@v1.0.0
uses: ardalanamini/auto-changelog@v4

- name: Create issue
uses: imjohnbo/issue-bot@3d96848fb5e9a4a473bb81ae62b4b4866a56e93a
Expand All @@ -64,12 +64,10 @@ jobs:
labels: 'RELEASE'
title: '[${{ github.ref_name }}] Release'
body: |
${{ github.ref }}
${{ github.ref_name }}
${{ steps.tags.outputs.date }}
${{ steps.tags.outputs.author }}
${{ steps.tags.outputs.currentTag}}
${{ steps.tags.outputs.previousTag}}
## 👀 Information
- **Version:** ${{ steps.tags.outputs.currentTag}}
- **Author:** ${{ steps.tags.outputs.author }}
- **Date:** ${{ steps.tags.outputs.date }}
${{ steps.build_changelog.outputs.changelog }}
pinned: false
Expand Down

0 comments on commit 8e0c28a

Please sign in to comment.