mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 21:05:05 +00:00
Update config.json
This commit is contained in:
parent
402a70a8df
commit
374391cdd8
@ -12,7 +12,7 @@
|
|||||||
"publish": [
|
"publish": [
|
||||||
"git tag v${ pkgFile.versionMajor } -f",
|
"git tag v${ pkgFile.versionMajor } -f",
|
||||||
"git tag v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
|
"git tag v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
|
||||||
"git tag v${ pkgFile.version } -f"
|
"git tag v${ pkgFile.version } -f",
|
||||||
"git push --tags -f"
|
"git push --tags -f"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user