Skip to content

fix(renovate): patch Update patch #76

fix(renovate): patch Update patch

fix(renovate): patch Update patch #76

Workflow file for this run

name: Release new version
on:
push:
branches:
- master
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn --frozen-lockfile
- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release