Skip to content

Merge pull request #17 from hodfords-solutions/chore/update-package-json #23

Merge pull request #17 from hodfords-solutions/chore/update-package-json

Merge pull request #17 from hodfords-solutions/chore/update-package-json #23

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches:
- main
jobs:
lint:
uses: hodfords-solutions/actions/.github/workflows/lint.yaml@main
build:
uses: hodfords-solutions/actions/.github/workflows/publish.yaml@main
with:
build_path: dist/lib
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
update-docs:
uses: hodfords-solutions/actions/.github/workflows/update-doc.yaml@main
needs: build
secrets:
DOC_SSH_PRIVATE_KEY: ${{ secrets.DOC_SSH_PRIVATE_KEY }}