Skip to content

You can now provide Query Properties Map for Smart Device, it will ma… #1

You can now provide Query Properties Map for Smart Device, it will ma…

You can now provide Query Properties Map for Smart Device, it will ma… #1

Workflow file for this run

name: Release publish
on:
push:
branches:
- master
jobs:
publish-npm:

Check failure on line 9 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Release publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
always-auth: true
- name: Publish
run: |
npm ci
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}}
- name: Update Node-Red flow-library
uses: Zehir/[email protected]
continue-on-error: true
with:
package-name: '@nrchkb/node-red-tuya-smart-device'