Skip to content

Commit a4d04f4

Browse files
committed
chore(): adjust cd script
1 parent 782f0c1 commit a4d04f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
2626
- run: npm install
2727
- run: npm run bootstrap
28-
- run: npm run publish:ci -- --yes
28+
- run: npm run publish:ci
2929
env:
30-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
GIT_AUTHOR_NAME: Ionitron
3232
GIT_AUTHOR_EMAIL: hi@ionicframework.com
3333
GIT_COMMITTER_NAME: Ionitron

0 commit comments

Comments
 (0)