Skip to content

Commit 1a6e38a

Browse files
committed
fix: publish flow
1 parent c4a1247 commit 1a6e38a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22

33
on:
44
push:
5-
branches: [alpha, beta, main]
5+
branches: [alpha, beta, master]
66

77
jobs:
88
publish:

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ GRC uses the DaVinci language model, so you can check out their pricing here: ht
411411
Let's generate our first component using OpenAI:
412412

413413
```sh
414-
npx generate-react-cli c Counter -d "Create a counter component that increments by one when I click on the increment button"
414+
npx generate-react-cli@alpha c Counter -d "Create a counter component that increments by one when I click on the increment button"
415415
```
416416

417417
GRC should have created a Counter component that looks something like this 🤯:
@@ -444,7 +444,7 @@ OpenAI will do its best to generate the component following the instructions pro
444444
Okay, let's try another one.
445445

446446
```sh
447-
npx generate-react-cli c GlobalNav -d "Create a navbar component with 1 logo named 'GRC' and 3 links: 'Home', 'About', 'Contact'"
447+
npx generate-react-cli@alpha c GlobalNav -d "Create a navbar component with 1 logo named 'GRC' and 3 links: 'Home', 'About', 'Contact'"
448448
```
449449

450450
and here's the output in src/components/GlobalNav/GlobalNav.js:

0 commit comments

Comments
 (0)