Update config.json

This commit is contained in:
Jonas Kruckenberg 2022-07-16 12:21:12 +02:00 committed by GitHub
parent 402a70a8df
commit 374391cdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
"publish": [
"git tag v${ pkgFile.versionMajor } -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"
]
}