Skip to content

Commit

Permalink
Create publish-to-redaxo-org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiLeni authored Feb 9, 2023
1 parent 83385e6 commit 7fe731b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish-to-redaxo-org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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 }}

0 comments on commit 7fe731b

Please sign in to comment.