Skip to content

fix: update bump-versions.sh to work with yarn@4.4.0 #141

fix: update bump-versions.sh to work with yarn@4.4.0

fix: update bump-versions.sh to work with yarn@4.4.0 #141

name: Semantic Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.14
- name: Install dependencies
run: |
corepack enable
yarn
- name: Semantic release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release@18