Skip to content

Commit

Permalink
Merge pull request #7 from ng-galien/develop
Browse files Browse the repository at this point in the history
Release for node-red palette
  • Loading branch information
ng-galien authored Apr 10, 2024
2 parents b8224fd + 23df5d4 commit 7b85020
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 201 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -10,11 +11,12 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm test
- uses: JS-DevTools/npm-publish@v3
if: github.ref == 'refs/heads/main'
with:
token: ${{ secrets.NPM_TOKEN }}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Add producer and consumer nodes to your Node-RED flow to send and receive messages from Apache Pulsar.

> At the moment it authentication is not supported, working on it.
## Install

> Run the following command in your Node-RED user directory - typically `~/.node-red`
Expand All @@ -25,4 +27,4 @@ Start Node-RED:

```bash
node-red
```
```
Loading

0 comments on commit 7b85020

Please sign in to comment.