We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30780e2 commit 73c6321Copy full SHA for 73c6321
polygon.ps1
@@ -1,7 +1,7 @@
1
$cwd = (Get-Location).Path;
2
3
# Get the latest version from tag
4
-git pull;
+git pull origin main;
5
$latestTag = git describe --tags --abbrev=0;
6
$versionNumber = (Select-String -Pattern "\d+\.\d+\.\d+" -InputObject $latestTag).Matches[0].Value
7
0 commit comments