mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Push only one tag
This commit is contained in:
parent
eba0778045
commit
3c3e2f80da
@ -4,4 +4,4 @@ $package=(ls .\bin\Release\*.nupkg).FullName
|
||||
dotnet nuget push $package --source "https://api.nuget.org/v3/index.json"
|
||||
$ver = ((ls .\bin\release\*.nupkg)[0].Name -replace '.*(\d+\.\d+\.\d+)\.nupkg','$1')
|
||||
git tag -a "BTCPayServer.Client/v$ver" -m "BTCPayServer.Client/$ver"
|
||||
git push --tags
|
||||
git push origin "BTCPayServer.Client/v$ver"
|
||||
|
Loading…
Reference in New Issue
Block a user