Skip to content

Commit 73c6321

Browse files
author
Soham Dasgupta
committed
ci: fix branch while pulling
1 parent 30780e2 commit 73c6321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$cwd = (Get-Location).Path;
22

33
# Get the latest version from tag
4-
git pull;
4+
git pull origin main;
55
$latestTag = git describe --tags --abbrev=0;
66
$versionNumber = (Select-String -Pattern "\d+\.\d+\.\d+" -InputObject $latestTag).Matches[0].Value
77

0 commit comments

Comments
 (0)