8000 chore(cd): setup cd to release to npm (#10) · homebaseio/homebase-react@1f42ba9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f42ba9

Browse files
committed
chore(cd): setup cd to release to npm (#10)
1 parent 10e9be2 commit 1f42ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- run: yarn test
1818
- run: yarn semantic-release
1919
env:
20-
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
0