Skip to content

feat: Upgrade @typescript-eslint, promie and sonarjs plugins #53

feat: Upgrade @typescript-eslint, promie and sonarjs plugins

feat: Upgrade @typescript-eslint, promie and sonarjs plugins #53

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
'main'
]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}