diff --git a/publish-docker.ps1 b/publish-docker.ps1 index a59cfb1b7..1b3db6fe5 100644 --- a/publish-docker.ps1 +++ b/publish-docker.ps1 @@ -1,3 +1,6 @@ $ver = [regex]::Match((Get-Content BTCPayServer\BTCPayServer.csproj), '([^<]+)<').Groups[1].Value git tag -a "v$ver" -m "$ver" -git push --tags \ No newline at end of file +git push --tags +git tag -d "stable" +git tag -a "stable" -m "stable" +git push --tags --force