From e0011d85de8b8285a365eeb4d97f2a35f7d4293e Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 9 Jun 2022 12:45:34 -0400 Subject: [PATCH] Update readme, fix github action. --- .github/workflows/publish.yml | 6 +++--- README.md | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6bc0615..428bf2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}" diff --git a/README.md b/README.md index 8233f48..d480972 100644 --- a/README.md +++ b/README.md @@ -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