Skip to content

Commit 114d0e3

Browse files
committed
fix:ci change log github action
1 parent 5283533 commit 114d0e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
if-no-files-found: ignore
9696

9797
- name: Changelog
98-
uses: Bullrich/generate-release-changelog@2.0.0
99-
id: Changelog
98+
uses: mikepenz/release-changelog-builder-action@v3.0.0
99+
id: build_changelog
100100
env:
101-
REPO: ${{ github.repository }}
101+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102

103103
- name: Create Release
104104
id: create_release
@@ -109,7 +109,7 @@ jobs:
109109
tag_name: ${{ github.ref }}
110110
release_name: ${{ github.ref }}
111111
body: |
112-
${{ steps.Changelog.outputs.changelog }}
112+
${{steps.build_changelog.outputs.changelog}}
113113
114114
- name: Upload release
115115
uses: actions/upload-release-asset@v1
@@ -131,4 +131,3 @@ jobs:
131131
TWENTY_FOUR_SEEDS: ${{ secrets.TWENTY_FOUR_SEEDS }}
132132
with:
133133
args: yarn test:mainnet:prodagent:release
134-

0 commit comments

Comments
 (0)