Skip to content

Commit dbb172c

Browse files
Merge pull request #29
fix(github actions): fixed the body of the release
2 parents 70c535e + 289ae6b commit dbb172c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/auto-release.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
tag_name: ${{ steps.bump_tag.outputs.new_tag }}
4949
name: Release ${{ steps.bump_tag.outputs.new_tag }}
50-
body: Auto release with converted files.
50+
body: Here is a diffrent versions of these terminologies, I Hope you find Your way!
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353

β€Ž.github/workflows/converter.ymlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
with:
4646
commit-message: "Add converted files"
4747
branch: converted-files
48-
title: "Add converted files"
49-
body: "This PR adds PDF, DOCX, and EPUB conversions for the latest Markdown changes."
48+
title: "update(Terms exports)!: A New Release!"
49+
body: "I have Created a Release *beep boop* πŸ€– \n Make Sure To review changes before merge Have a great Day!! πŸ˜„"
5050
add-paths: converted/
5151

5252
release:
@@ -67,4 +67,4 @@ jobs:
6767
with:
6868
files: converted/*
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
Β (0)