Skip to content

fix: bump semantic release #2

fix: bump semantic release

fix: bump semantic release #2

Workflow file for this run

name: Releases
on:
push:
branches:
- master
- alpha
- beta
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm cit
- run: npm run semantic-release