We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed0527 commit fedb3b0Copy full SHA for fedb3b0
.github/workflows/CHANGELOG.md
@@ -0,0 +1,2 @@
1
+v1.0.0
2
+- Initial release
.github/workflows/create&release.yml
@@ -1,3 +1,5 @@
+# create&release workflow for Magisk Module Git v1.0.0 by Ali BEYAZ
+
3
name: create&release
4
on: [workflow_dispatch]
5
jobs:
@@ -24,7 +26,7 @@ jobs:
24
26
token: ${{ secrets.GITHUB_TOKEN }}
25
27
tag: ${{steps.version.outputs.prop}}
28
name: ${{steps.version.outputs.prop}}
- 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
30
files: ${{ github.event.repository.name }}.zip
31
gzip: false
32
draft: false
0 commit comments