Skip to content

Merge pull request #102 from ho-nl/dependabot/npm_and_yarn/trim-off-n… #101

Merge pull request #102 from ho-nl/dependabot/npm_and_yarn/trim-off-n…

Merge pull request #102 from ho-nl/dependabot/npm_and_yarn/trim-off-n… #101

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 }}