Skip to content

v1.1.2 (#14)

v1.1.2 (#14) #6

Workflow file for this run

name: Node Release
on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:
build_and_test:
uses: donavanbecker/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
publish:
needs: build_and_test
if: ${{ github.repository == 'donavanbecker/homebridge-meater' }}
uses: donavanbecker/.github/.github/workflows/npm-publish.yml@latest
secrets:
npm_auth_token: ${{ secrets.npm_token }}
github-releases-to-discord:
needs: publish
if: ${{ github.repository == 'donavanbecker/homebridge-meater' }}
uses: donavanbecker/.github/.github/workflows/discord-webhooks.yml@latest

Check failure on line 31 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Node Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 31, Col: 11): Input message_title is required, but not provided while calling. .github/workflows/release.yml (Line: 31, Col: 11): Input message_url is required, but not provided while calling.
with:
footer_title: "Meater"
secrets:
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }}
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_BETA }}