This is a Github action that sets up dmtrctl
(Demeter's CLI) to be used by other steps of your workflow.
To install latest release:
steps:
- uses: actions/checkout@v2
- uses: demeter-run/setup-dmtrctl@v1
To pin the install to a particular release:
steps:
- uses: actions/checkout@v2
- uses: demeter-run/setup-dmtrctl@v1
with:
version: '1.2.3'
::WARNING:: Github needs the transpiled code with all dependencies as part of the git repo.
- run
npm run build
- make sure to commit
/lib
output - tag with new version
- push to
main
branch