Update config.json

This commit is contained in:
Jonas Kruckenberg 2022-07-15 08:04:40 +02:00 committed by GitHub
parent 401f667064
commit 5e29e15bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"pnpm build",
"pnpm package"
],
"getPublishedVersion": "git tag v${ pkgFile.version } 2> /dev/null || echo ${ pkgFile.version }",
"getPublishedVersion": "git describe --tags --abbrev=0",
"publish": [
"git tag v${ pkgFile.versionMajor } -f",
"git tag v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
@ -22,4 +22,4 @@
"manager": "github action"
}
}
}
}