Skip to content

'update'

'update' #1

Workflow file for this run

name: Release to npm
on:
push:
paths:
- 'package.json'
branches:
- main
jobs:
release:
uses: HyperPlay-Gaming/workflows/.github/workflows/npm_publish.yml@main
with:
node_version: '18'
pkg_manager: 'yarn'
install: 'yarn'
build: 'yarn buildDist'
publish: 'yarn publish'
pkg_manager_add_dev_dep: 'yarn add -D'
secrets:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'b