diff --git a/.github/workflows/publish-to-redaxo-org.yml b/.github/workflows/publish-to-redaxo-org.yml new file mode 100644 index 0000000..b5aeeb0 --- /dev/null +++ b/.github/workflows/publish-to-redaxo-org.yml @@ -0,0 +1,19 @@ +# Instructions: https://github.com/FriendsOfREDAXO/installer-action/ + +name: Publish to REDAXO.org +on: + release: + types: + - published + +jobs: + redaxo_publish: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: FriendsOfREDAXO/installer-action@v1 + with: + myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }} + myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }} + description: ${{ github.event.release.body }} + version: ${{ github.event.release.tag_name }}