Skip to content

ci(lint): fix fallback scope #28

ci(lint): fix fallback scope

ci(lint): fix fallback scope #28

Workflow file for this run

name: Release version
on:
push:
branches: main
permissions:
contents: write
issues: read
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
env:
HUSKY: 0
- run: npm run build --if-present
- run: npm run format --if-present
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}