@samitouri / QOS-React / commits / e1ef8c9515

Don't dist-tag canaries with `rc` (#31546)

Andrew Clark committed Nov 15, 2024 at 04:05 UTC e1ef8c95154a4c5fffa301de9392519121b47dbf
2 files changed +2 -2
.github/workflows/runtime_prereleases_manual.yml
+1 -1
@@ -27,7 +27,7 @@ jobs:
27 # because this used to be called the "next" channel and some
28 # downstream consumers might still expect that tag. We can remove this
29 # after some time has elapsed and the change has been communicated.
30 - dist_tag: canary,next,rc
30 + dist_tag: canary,next
31 secrets:
32 NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33
.github/workflows/runtime_prereleases_nightly.yml
+1 -1
@@ -15,7 +15,7 @@ jobs:
15 with:
16 commit_sha: ${{ github.sha }}
17 release_channel: stable
18 - dist_tag: canary,next,rc
18 + dist_tag: canary,next
19 secrets:
20 NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21