Skip to content

chore(deps-dev): bump semantic-release from 23.0.7 to 23.0.8 (#598) #156

chore(deps-dev): bump semantic-release from 23.0.7 to 23.0.8 (#598)

chore(deps-dev): bump semantic-release from 23.0.7 to 23.0.8 (#598) #156

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}