Skip to content

Updated Newtonsoft.Json csharp library to 13.0.3 (#2493) #211

Updated Newtonsoft.Json csharp library to 13.0.3 (#2493)

Updated Newtonsoft.Json csharp library to 13.0.3 (#2493) #211

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup
- run: npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}