Skip to content

Commit 6c75cbe

Browse files
committed
docs: fix link to github workflow in releasing doc
1 parent a06ba1c commit 6c75cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Releasing is a 3-step process.
1515

1616
Once release branch is pushed, it's last commit will be picked up by our CI/CD:
1717
- make sure commit passes all the bots. If there are any failures, carefully inspect failures to see if these are flakes.
18-
- the [`publish_canary`](../../.github/workflows/publish_canary.yml) workflow will publish a `@next` version for the commit - this will be our **release candidate**. Go manually to it's page on NPM to see what it looks like. Try installing locally.
18+
- the [`publish_canary`](../../.github/workflows/publish_canary_npm.yml) workflow will publish a `@next` version for the commit - this will be our **release candidate**. Go manually to it's page on NPM to see what it looks like. Try installing locally.
1919

2020
# 2. Prepare release notes
2121

0 commit comments

Comments
 (0)