Skip to content

Merge pull request #51 from strepon/fix-undefined #10

Merge pull request #51 from strepon/fix-undefined

Merge pull request #51 from strepon/fix-undefined #10

Workflow file for this run

name: main
on: [push]
jobs:
ci:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run cut-release