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