Skip to content

Remove YGExperimentalFeatureFixAbsoluteTrailingColumnMargin #2

Remove YGExperimentalFeatureFixAbsoluteTrailingColumnMargin

Remove YGExperimentalFeatureFixAbsoluteTrailingColumnMargin #2

name: Publish NPM Release
on:
push:
tags:
- *

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-npm-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
workflow_dispatch:
jobs:
publish:
name: Publish to npmjs registry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup-js
- name: yarn publish
run: yarn publish
working-directory: javascript
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}