Skip to content

docs(changeset): asd #23

docs(changeset): asd

docs(changeset): asd #23

name: Publish to GitHub
on:
push:
branches:
- 'master'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: npm install --frozen-lockfile
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
<<<<<<< HEAD

Check failure on line 24 in .github/workflows/publish-github.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-github.yaml

Invalid workflow file

You have an error in your yaml syntax on line 24
#publish: git tag v$(cat package.json | grep version | cut -d '"' -f 4) | echo "New tag: "
publish: ls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}