Skip to content

chore: normalized url for npm #17

chore: normalized url for npm

chore: normalized url for npm #17

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
node-version: 18.12.0 # from .nvmrc file
- run: npm i
- run: npm run parse
- run: npm run build
- run: npx semantic-release