Update readme, fix github action.

This commit is contained in:
Dan 2022-06-09 12:45:34 -04:00
parent 5946b50c7c
commit e0011d85de
2 changed files with 3 additions and 4 deletions

View File

@ -17,9 +17,9 @@ jobs:
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
- if: steps.publish.outputs.type != 'none'
run: |
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"

View File

@ -1,5 +1,4 @@
https://github.com/sartography/bpmn-js-spiffworkflow/actions/runs/2469432473
![Tests](https://github.com/sartography/bpmn-js-spiffworkflow/actions/workflows/tests.yml/badge.svg?branch=main)
# SpiffWorkflow Extensions for BPMN.js