Skip to content

Adding a golang flag to allow all non-required struct fields to be se… #209

Adding a golang flag to allow all non-required struct fields to be se…

Adding a golang flag to allow all non-required struct fields to be se… #209

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 }}