Skip to content

NPM Reanimated publish [Nightly] #361

NPM Reanimated publish [Nightly]

NPM Reanimated publish [Nightly] #361

name: NPM Reanimated publish [Nightly]
env:
YARN_ENABLE_HARDENED_MODE: 0
on:
schedule:
- cron: '27 23 * * *' # at 23:27 every day
workflow_dispatch:
jobs:
npm-reanimated-4-publish-nightly:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/npm-reanimated-package-build.yml
with:
option: --nightly
publish_on_npm: true
secrets: inherit
npm-reanimated-3-publish-nightly:
if: github.repository == 'software-mansion/react-native-reanimated'
uses: ./.github/workflows/npm-reanimated-package-build.yml
with:
option: --nightly
publish_on_npm: true
# Remember to update the branch on new minor releases.
ref: 3.19-stable
secrets: inherit