We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4700520 commit 5108b0eCopy full SHA for 5108b0e
.github/workflows/update-ts-version-tags.yml
@@ -42,8 +42,6 @@ jobs:
42
- run: pnpm install
43
- run: pnpm build
44
- run: git clone --depth 1 https://github.com/DefinitelyTyped/DefinitelyTyped ../DefinitelyTyped
45
- - run: pnpm install
46
- working-directory: ../DefinitelyTyped
47
- name: retag
48
run: node packages/retag/dist/index.js --path ../DefinitelyTyped
49
env:
0 commit comments