mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"gitSiteUrl": "https://github.com/lucasfernog/tauri-action/",
|
|
"pkgManagers": {
|
|
"javascript": {
|
|
"version": true,
|
|
"publish": true
|
|
}
|
|
},
|
|
"packages": {
|
|
"action": {
|
|
"path": "./",
|
|
"manager": "javascript",
|
|
"publish": [
|
|
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
|
|
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
|
|
"git push --tags -f"
|
|
]
|
|
}
|
|
}
|
|
}
|