Skip to content

Commit 651c5b4

Browse files
authored
installer action
1 parent aec8975 commit 651c5b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish release
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
redaxo_publish:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: FriendsOfREDAXO/installer-action@v1
14+
with:
15+
myredaxo-username: ${{ secrets.MYREDAXO_USERNAME }}
16+
myredaxo-api-key: ${{ secrets.MYREDAXO_API_KEY }}
17+
description: ${{ github.event.release.body }}

0 commit comments

Comments
 (0)