Skip to content

fix: update LRPCEngine import path and bump version to 2.0.3 #5

fix: update LRPCEngine import path and bump version to 2.0.3

fix: update LRPCEngine import path and bump version to 2.0.3 #5

Workflow file for this run

name: Node.js Package
on:
push:
branches:
- smblk
jobs:
publish-gpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@elijahdanie'
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_PACKAGES_TOKEN}}