Skip to content

chore(deps-dev): bump prettier from 2.7.1 to 3.1.1 #296

chore(deps-dev): bump prettier from 2.7.1 to 3.1.1

chore(deps-dev): bump prettier from 2.7.1 to 3.1.1 #296

Workflow file for this run

name: release
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install
- run: yarn test
- run: yarn prepare
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --branches main