Skip to content

feat: Adding StopWords in the namespace #2

feat: Adding StopWords in the namespace

feat: Adding StopWords in the namespace #2

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release