Fix patch release script (#3597)

We upgraded our version of `tar`, but forgot to update this import. This
fixes that.

### Change Type
- [x] `internal` — Does not affect user-facing stuff
- [x] `bugfix` — Bug fix
pull/3364/head^2
alex 2024-04-24 16:52:57 +01:00 zatwierdzone przez GitHub
rodzic bfc8b6a901
commit 59b7c25270
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
import { writeFileSync } from 'fs'
import tar from 'tar'
import * as tar from 'tar'
import tmp from 'tmp'
import { exec } from './exec'
import { PackageDetails, getAllPackageDetails } from './publishing'