Skip to content

Bump version to test #7

Bump version to test

Bump version to test #7

Workflow file for this run

name: npm-publish
on:
push:
branches:
- master
jobs:
npm-publish:
name: npm-publish
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Publish if version has been updated
uses: pascalgn/[email protected]
with:
- commit_pattern: ".*"

Check failure on line 18 in .github/workflows/npm-publish.yml

View workflow run for this annotation

GitHub Actions / npm-publish

Invalid workflow file

The workflow is not valid. .github/workflows/npm-publish.yml (Line: 18, Col: 11): A sequence was not expected
env: # More info about the environment variables in the README
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings