Skip to content

Merge pull request #131 from ho-nl/feature/update-mailhog-instructions #110

Merge pull request #131 from ho-nl/feature/update-mailhog-instructions

Merge pull request #131 from ho-nl/feature/update-mailhog-instructions #110

Workflow file for this run

name: Release
on:
push:
branches:
- master
- 2.x
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn --frozen-lockfile
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}