Skip to content

Commit d0279ef

Browse files
committedDec 7, 2022
fix(chore): fix release flow
1 parent daae054 commit d0279ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/on-release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- uses: actions/cache@v3
3131
id: cache
3232
with:
33-
node-version: '16'
3433
path: node_modules
3534
key: node_modules-${{ hashFiles('**/package-lock.json') }}
3635
- run: npm ci
@@ -85,7 +84,6 @@ jobs:
8584
key: dist-${{ github.run_id }}
8685

8786
# - run: npm run scully
88-
- run: npx ts-node ./scripts/gh-pages-predeploy.ts
8987
- run: |
9088
cd gh-pages
9189
git config user.email gh-actions-${GITHUB_ACTOR}@github.com

0 commit comments

Comments
 (0)
Please sign in to comment.