Skip to content

Commit d252c86

Browse files
fix(cli): use staging npm tag
1 parent 582d3dd commit d252c86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-sim-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
;;
8282
staging)
8383
VERSION="${BASE_VERSION}-preview.${GITHUB_RUN_NUMBER}.${GITHUB_RUN_ATTEMPT}"
84-
TAG="preview"
84+
TAG="staging"
8585
;;
8686
main)
8787
VERSION="$BASE_VERSION"

packages/sim-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sim workflows list
1111
Prerelease channels track the corresponding Sim environments:
1212

1313
```bash
14-
npm install --global sim@preview # staging
14+
npm install --global sim@staging # staging
1515
npm install --global sim@dev # dev
1616
```
1717

0 commit comments

Comments
 (0)