fix: covector config

This commit is contained in:
Lucas Nogueira 2022-02-11 20:23:34 -03:00
parent 9f0395ae3c
commit 8f5dba04e2
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

View File

@ -41,7 +41,7 @@
"publish": [
"sleep 15s",
{
"command": "cargo package --allow-dirty",
"command": "cargo package --allow-dirty --no-verify",
"dryRunCommand": true
},
{
@ -72,7 +72,7 @@
],
"assets": [
{
"path": "${ pkg.path }/${ pkg.pkg }-${ pkgFile.version }.crate",
"path": "${ pkg.path }/target/package/${ pkgFile.pkg.name }-${ pkgFile.version }.crate",
"name": "${ pkg.pkg }-${ pkgFile.version }.crate"
}
]