Skip to content

Merge pull request #198 from kijimaD/dependabot/npm_and_yarn/textlint… #454

Merge pull request #198 from kijimaD/dependabot/npm_and_yarn/textlint…

Merge pull request #198 from kijimaD/dependabot/npm_and_yarn/textlint… #454

name: Semantic Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: Checkout this repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/[email protected]
with:
node-version: 20
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Releaser
env:
GITHUB_TOKEN: ${{ github.token }}
run: yarn semantic-release