Skip to content

chore: update README.md with pricing #14

chore: update README.md with pricing

chore: update README.md with pricing #14

name: Build and Publish
on:
pull_request:
types:
- closed
branches:
- stable
jobs:
build-and-publish:
if: github.event.pull_request.merged == true
uses: newrelic/video-core-js/.github/workflows/npm-publish.yml@stable
with:
node-version: 'lts/*'
s3-path: 'media-agents/browser/dash'
file-to-upload: 'dist/umd/newrelic-video-dash.min.js'
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Check failure on line 19 in .github/workflows/use-shared-publish.yml

View workflow run for this annotation

GitHub Actions / Build and Publish

Invalid workflow file

The workflow is not valid. .github/workflows/use-shared-publish.yml (Line: 19, Col: 21): Invalid input, node-version is not defined in the referenced workflow.
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}