Skip to content

Commit b97d832

Browse files
fix build
1 parent 18901a9 commit b97d832

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-relayer.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,15 @@ jobs:
7474
- name: "Build Changelog"
7575
id: build_changelog
7676
uses: mikepenz/release-changelog-builder-action@v4
77-
with:
78-
fromTag: ${{ steps.new_version.outputs.from_tag }}
79-
toTag: ${{ steps.create_tag.outputs.tag }}
8077

8178
- name: Create a GitHub Release
8279
id: create_release
8380
uses: actions/create-release@v1
8481
env:
8582
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8683
with:
84+
tag_name: ${{ steps.create_tag.outputs.tag }}
85+
release_name: ${{ steps.create_tag.outputs.tag }}
8786
body: |
8887
${{steps.build_changelog.outputs.changelog}}
8988
draft: false

0 commit comments

Comments
 (0)