Skip to content

(Compiler) Publish Prereleases Nightly #60

(Compiler) Publish Prereleases Nightly

(Compiler) Publish Prereleases Nightly #60

name: (Compiler) Publish Prereleases Nightly
on:
schedule:
# At 10 minutes past 16:00 on Mon, Tue, Wed, Thu, and Fri
- cron: 10 16 * * 1,2,3,4,5
env:
TZ: /usr/share/zoneinfo/America/Los_Angeles
jobs:
publish_prerelease_experimental:
name: Publish to Experimental channel
uses: facebook/react/.github/workflows/compiler_prereleases.yml@main

Check failure on line 14 in .github/workflows/compiler_prereleases_nightly.yml

View workflow run for this annotation

GitHub Actions / (Compiler) Publish Prereleases Nightly

Invalid workflow file

The workflow is not valid. .github/workflows/compiler_prereleases_nightly.yml (Line: 14, Col: 11): Input version_name is required, but not provided while calling.
with:
commit_sha: ${{ github.sha }}
release_channel: experimental
dist_tag: experimental
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}