Skip to content

Commit

Permalink
Fix push new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 26, 2019
1 parent 5d320d0 commit f9b2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/push-new-tag.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ver = [regex]::Match((Get-Content ../BTCPayServer.Vault/BTCPayServer.Vault.csproj), '<Version>([^<]+)<').Groups[1].Value
$ver = [regex]::Match((Get-Content ../BTCPayServer.Vault/Version.csproj), '<Version>([^<]+)<').Groups[1].Value
git tag -a "Vault/v$ver" -m "Vault/v$ver"
git push origin "Vault/v$ver"

0 comments on commit f9b2564

Please sign in to comment.