Skip to content

fix: tweak severity of some sonarjs rules #297

fix: tweak severity of some sonarjs rules

fix: tweak severity of some sonarjs rules #297

Workflow file for this run

name: Release
on:
push:
branches: [main, "[0-9]+.x"]
workflow_dispatch:
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/release@v6
with:
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}