Skip to content

Commit

Permalink
Release Workflow
Browse files Browse the repository at this point in the history
Danke @alxndr-w
  • Loading branch information
tbaddade committed Jun 21, 2022
1 parent 648652e commit 93aa399
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

on:
release:
types:
- published

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Publish to redaxo.org
uses: FriendsOfREDAXO/installer-action@v1
with:
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }}
description: ${{ github.event.release.body }}

0 comments on commit 93aa399

Please sign in to comment.