Skip to content

chore: fix viewport in react package #16

chore: fix viewport in react package

chore: fix viewport in react package #16

Workflow file for this run

name: Publish
on:
push:
branches:
- 'main'
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm install --frozen-lockfile
working-directory: ./packages/react
- run: npm run build
working-directory: ./packages/react
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
working-directory: ./packages/react

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

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 28, Col: 9): Unexpected value 'working-directory'
with:
publish: npm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}