Skip to content

Commit

Permalink
feat: Publish mermaid-electron-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent 353aee0 commit 351d78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Expand Up @@ -50,12 +50,12 @@ jobs:
FILES=$(echo dist/*)
gh release create $TAG -t $TAG --generate-notes --latest --target ${{ steps.release-please.outputs.sha }} ./dist/*
echo $FILES
NEW_TAG="${TAG#v}"
gh release edit $TAG -t $NEW_TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to NPM
if: ${{ steps.release-please.outputs.release_created }}
run: npm publish -w @markdown-confluence/lib
run: |
npm publish -w @markdown-confluence/lib
npm publish -w @markdown-confluence/mermaid-electron-renderer
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit 351d78d

Please sign in to comment.