Skip to content

fix: Fix word detection at end of line (#72) #24

fix: Fix word detection at end of line (#72)

fix: Fix word detection at end of line (#72) #24

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm ci
- env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release