2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

chore(ci): change release-it git config; (#5512)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-31 15:39:10 +02:00
committed by GitHub
parent 46a650cf33
commit 9957377260
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const readBlob = async function* (blob) {
} else if (blob.arrayBuffer) {
yield await blob.arrayBuffer()
} else if (blob[asyncIterator]) {
yield* asyncIterator.call(blob);
yield* blob[asyncIterator]();
} else {
yield blob;
}
+2 -1
View File
@@ -167,7 +167,8 @@
"push": true,
"commit": true,
"tag": true,
"requireCommits": false
"requireCommits": false,
"requireCleanWorkingDir": false
},
"github": {
"release": true,