Skip to content

Commit

Permalink
create&release
Browse files Browse the repository at this point in the history
  • Loading branch information
symbuzzer committed May 21, 2023
1 parent eed0527 commit fedb3b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v1.0.0
- Initial release
4 changes: 3 additions & 1 deletion .github/workflows/create&release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# create&release workflow for Magisk Module Git v1.0.0 by Ali BEYAZ

name: create&release
on: [workflow_dispatch]
jobs:
Expand All @@ -24,7 +26,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{steps.version.outputs.prop}}
name: ${{steps.version.outputs.prop}}
body: Please check [changelog](https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG.md) for changes
body: Please check [changelog](https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/CHANGELOG.md) for changes
files: ${{ github.event.repository.name }}.zip
gzip: false
draft: false
Expand Down

0 comments on commit fedb3b0

Please sign in to comment.