Skip to content

chore(deps-dev): bump c8 from 7.13.0 to 8.0.0 #13

chore(deps-dev): bump c8 from 7.13.0 to 8.0.0

chore(deps-dev): bump c8 from 7.13.0 to 8.0.0 #13

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions: write-all
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- name: Semantic release
uses: cycjimmy/semantic-release-action@v3