Skip to content

Fix #779 : Remove the should prefix from all unit tests titles (#780) #416

Fix #779 : Remove the should prefix from all unit tests titles (#780)

Fix #779 : Remove the should prefix from all unit tests titles (#780) #416

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- name: Use Node.js v20
uses: actions/setup-node@v1
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_ACCESS_TOKEN }}
run: npx semantic-release