Skip to content

Update docs/CODEOWNERS #9

Update docs/CODEOWNERS

Update docs/CODEOWNERS #9

Workflow file for this run

jobs:
release:
name: Run semantic-release
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release@18
on:
push:
branches:
- main