Skip to content

Node-CI Beta

Node-CI Beta #60

Workflow file for this run

name: Node-CI Beta
on:
push:
branches: [beta-*.*.*, beta]
workflow_dispatch:
jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@main
publish:
needs: lint
if: ${{ github.repository == 'homebridge/HAP-NodeJS' }}
uses: homebridge/.github/.github/workflows/npm-publish.yml@main

Check failure on line 24 in .github/workflows/beta-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/beta-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/beta-release.yml" -> "homebridge/.github/.github/workflows/npm-publish.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
tag: 'beta'
dynamically_adjust_version: true
npm_version_command: 'pre'
pre_id: 'beta'
secrets:
npm_auth_token: ${{ secrets.npm_token }}