Add Discourse release action
This commit is contained in:
parent
24ef80f4b6
commit
8e02266d07
2 changed files with 47 additions and 0 deletions
9
.github/workflows/release_actions.yml
vendored
9
.github/workflows/release_actions.yml
vendored
|
@ -21,6 +21,15 @@ jobs:
|
|||
|
||||
${{ github.event.release.body }}
|
||||
```
|
||||
discourse_release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v2
|
||||
if: ${{ ! github.event.release.prerelease }}
|
||||
with:
|
||||
node-version: '16'
|
||||
- run: script/discourse_release ${{ secrets.DISCOURSE_RELEASES_API_KEY }} ${{ github.event.release.tag_name }} ${{ github.event.release.body }}
|
||||
mixpanel_release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue