@samitouri / QOS-React-2 / commits / fea92d8462

[ci] Remove compiler weekly release (#32977)

No longer needed.

lauren committed Apr 21, 2025 at 13:47 UTC fea92d846284bb7f4427ccbe8c16aaf85f0e2943
1 file changed -23
.github/workflows/compiler_prereleases_weekly.yml deleted
-23
@@ -1,23 +0,0 @@
1 -name: (Compiler) Publish Prereleases Weekly
2 -
3 -on:
4 - schedule:
5 - # At 10 minutes past 9:00 on Mon
6 - - cron: 10 9 * * 1
7 -
8 -permissions: {}
9 -
10 -env:
11 - TZ: /usr/share/zoneinfo/America/Los_Angeles
12 -
13 -jobs:
14 - publish_prerelease_beta:
15 - name: Publish to beta channel
16 - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main
17 - with:
18 - commit_sha: ${{ github.sha }}
19 - release_channel: beta
20 - dist_tag: beta
21 - version_name: '19.0.0'
22 - secrets:
23 - NPM_TOKEN: ${{ secrets.NPM_TOKEN }}