Skip to content

feat: Identity overrides in local evaluation mode (#143) #6

feat: Identity overrides in local evaluation mode (#143)

feat: Identity overrides in local evaluation mode (#143) #6

Workflow file for this run

name: Publish NPM Package
on:
push:
tags:
- '*'
jobs:
package:
runs-on: ubuntu-latest
name: Publish NPM Package
steps:
- name: Cloning repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run deploy
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}