mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 05:15:06 +00:00
Update config.json
This commit is contained in:
parent
401f667064
commit
5e29e15bb3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user