Skip to content

Commit 73e748b

Browse files
authored
docs: release new docs (#1237)
* proper token * remove @next
1 parent 476107b commit 73e748b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
with:
19-
token: ${{ secrets.GH_BOT_TOKEN }}
19+
token: ${{ secrets.GH_RELEASE_TOKEN }}
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.11

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Other components:
3838

3939
```shell
4040
# Using npm
41-
npm install @react-native-async-storage/async-storage@next
41+
npm install @react-native-async-storage/async-storage
4242

4343
# Using yarn
44-
yarn add @react-native-async-storage/async-storage@next
44+
yarn add @react-native-async-storage/async-storage
4545
```
4646

4747
### Android

0 commit comments

Comments
 (0)