Skip to content

Feat: Alpha Release Iteration (#7) #4

Feat: Alpha Release Iteration (#7)

Feat: Alpha Release Iteration (#7) #4

Workflow file for this run

name: Release
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- env:
NODE_AUTH_TOKEN:
${{ secrets.NPM_TOKEN }}
- run: npm install
- run: npm run release