Skip to content

Merge pull request #26 from nabla/dependabot/npm_and_yarn/playground/… #16

Merge pull request #26 from nabla/dependabot/npm_and_yarn/playground/…

Merge pull request #26 from nabla/dependabot/npm_and_yarn/playground/… #16

Workflow file for this run

name: Publish to npm
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
if: ${{ contains(github.event.head_commit.message, '[publish]') }}
steps:
- uses: actions/checkout@v2
- uses: ArnaudBarre/npm-publish@v1
with:
npm-token: ${{ secrets.NPM_TOKEN }}