Skip to content

Commit fedb3b0

Browse files
committed
create&release
1 parent eed0527 commit fedb3b0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v1.0.0
2+
- Initial release

.github/workflows/create&release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# create&release workflow for Magisk Module Git v1.0.0 by Ali BEYAZ
2+
13
name: create&release
24
on: [workflow_dispatch]
35
jobs:
@@ -24,7 +26,7 @@ jobs:
2426
token: ${{ secrets.GITHUB_TOKEN }}
2527
tag: ${{steps.version.outputs.prop}}
2628
name: ${{steps.version.outputs.prop}}
27-
body: Please check [changelog](https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG.md) for changes
29+
body: Please check [changelog](https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/CHANGELOG.md) for changes
2830
files: ${{ github.event.repository.name }}.zip
2931
gzip: false
3032
draft: false

0 commit comments

Comments
 (0)