Skip to content

Commit

Permalink
ci: remove placeholder-lib from publish-lib.yaml (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon authored Sep 1, 2022
1 parent 423c23d commit 390c949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,3 @@ jobs:
run: cd library && npm publish --access public && cd ..
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

placeholder-lib:
runs-on: ubuntu-latest
steps:
- name: Always runs
run: echo "Prevents the workflow from failing if release is not created."
4 changes: 2 additions & 2 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ console.log(content.text()) // 'File content'
### Terminating connection

Once when the instance of the Blossom class is not needed anymore, connection with the extension should be
terminated to avoid memory leaking.
Once when the instance of the Blossom class is not needed anymore, connection with the extension can be
terminated.

```typescript
blossom.closeConnection()
Expand Down

0 comments on commit 390c949

Please sign in to comment.