Skip to content

Commit 782f0c1

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ 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:testing
29-
# - run: npm run publish:ci -- --yes
28+
- run: npm run publish:ci -- --yes
3029
env:
3130
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3231
GIT_AUTHOR_NAME: Ionitron

0 commit comments

Comments
 (0)