Skip to content

feat: Add options 'one_of' and 'none_of' for filters and validators (… #76

feat: Add options 'one_of' and 'none_of' for filters and validators (…

feat: Add options 'one_of' and 'none_of' for filters and validators (… #76

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
build:
name: Release
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.11.1]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release