Skip to content

Commit 5108b0e

Browse files
authored
Do not pnpm install for retag workflow (#1236)
1 parent 4700520 commit 5108b0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/update-ts-version-tags.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
- run: pnpm install
4343
- run: pnpm build
4444
- run: git clone --depth 1 https://github.com/DefinitelyTyped/DefinitelyTyped ../DefinitelyTyped
45-
- run: pnpm install
46-
working-directory: ../DefinitelyTyped
4745
- name: retag
4846
run: node packages/retag/dist/index.js --path ../DefinitelyTyped
4947
env:

0 commit comments

Comments
 (0)