Skip to content

feat(ios): honor textDecorationStyle on Text decorations (#56769) #7480

feat(ios): honor textDecorationStyle on Text decorations (#56769)

feat(ios): honor textDecorationStyle on Text decorations (#56769) #7480

name: Publish Bumped Packages
on:
push:
branches:
- "main"
- "*-stable"
jobs:
# Delegate to the shared reusable workflow so every `npm publish` in
# this repo originates from one workflow file — required because npm
# Trusted Publishing only accepts one (org, repo, workflow_filename)
# per package.
publish_bumped_packages:
if: github.repository == 'facebook/react-native'
uses: ./.github/workflows/publish-npm.yml
secrets: inherit
with:
mode: monorepo-packages