Skip to content

Prepare release v0.0.7 #4

Prepare release v0.0.7

Prepare release v0.0.7 #4

Workflow file for this run

name: Release NPM
on:
push:
branches: [release/*]
jobs:
publish-npm:
name: Publish NPM module
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run compile
- uses: cucumber/[email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}