Skip to content

v2024.8.0: BLB Release #34

v2024.8.0: BLB Release

v2024.8.0: BLB Release #34

Workflow file for this run

name: Deploy
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v1
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'
- run: make install-wasm-pack
- run: make deploy
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}