From f6ee46f486077668d774bb596c3fac1f2bee6a66 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Thu, 7 Sep 2023 16:24:55 +0200 Subject: [PATCH] Upload to HumHub Marketplace --- .github/workflows/marketplace-upload.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/marketplace-upload.yml diff --git a/.github/workflows/marketplace-upload.yml b/.github/workflows/marketplace-upload.yml new file mode 100644 index 0000000..667b04b --- /dev/null +++ b/.github/workflows/marketplace-upload.yml @@ -0,0 +1,11 @@ +on: + push: + tags: + - 'v*' + +name: Upload to HumHub Marketplace + +jobs: + build: + uses: humhub/actions/.github/workflows/module-marketplace-upload.yml@main + secrets: inherit \ No newline at end of file