Skip to content

Commit e1ef8c9

Browse files
authored
Don't dist-tag canaries with rc (#31546)
1 parent 8a41d6c commit e1ef8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/runtime_prereleases_manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# because this used to be called the "next" channel and some
2828
# downstream consumers might still expect that tag. We can remove this
2929
# after some time has elapsed and the change has been communicated.
30-
dist_tag: canary,next,rc
30+
dist_tag: canary,next
3131
secrets:
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3333

.github/workflows/runtime_prereleases_nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
commit_sha: ${{ github.sha }}
1717
release_channel: stable
18-
dist_tag: canary,next,rc
18+
dist_tag: canary,next
1919
secrets:
2020
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2121

0 commit comments

Comments
 (0)