Skip to content

Commit a9eb8f3

Browse files
authored
Add GHA release workflow
1 parent 623f68c commit a9eb8f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/moodle-release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Moodle Plugin Release
2+
3+
on:
4+
release:
5+
types: [ published ]
6+
7+
jobs:
8+
call-moodle-release-workflow:
9+
uses: bycs-lp/moodle-workflows/.github/workflows/moodle-release.yml@main
10+
with:
11+
plugin-name: 'mod_aichat'
12+
secrets: inherit

0 commit comments

Comments
 (0)