Skip to content

chore(deps): update dependency prettier to v2.8.8 (#164) #299

chore(deps): update dependency prettier to v2.8.8 (#164)

chore(deps): update dependency prettier to v2.8.8 (#164) #299

name: Create release on GitHub
on:
push:
branches:
- main
jobs:
release-version-on-github:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Node.js dependencies
run: yarn install --frozen-lockfile
- name: Format check
run: yarn format
- name: Lint check
run: yarn lint
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.BOT_ACTIONS }}
run: yarn semantic-release