update publish-docker

This commit is contained in:
nicolas.dorier
2018-03-26 11:54:10 +09:00
parent 7730ead8e4
commit a0a2ab6fcd

View File

@@ -1,3 +1,6 @@
$ver = [regex]::Match((Get-Content BTCPayServer\BTCPayServer.csproj), '<Version>([^<]+)<').Groups[1].Value
git tag -a "v$ver" -m "$ver"
git push --tags
git push --tags
git tag -d "stable"
git tag -a "stable" -m "stable"
git push --tags --force