Skip to content

Commit 0b0e37b

Browse files
authored
Fix a typo in release-winget (#750)
This typo prevented [the automatically-triggered `release-winget` workflow run](https://github.com/microsoft/git/actions/runs/14968035556) from succeeding ([the manually-triggered workflow using this here PR branch](https://github.com/microsoft/git/actions/runs/14968651802) succeeded).
2 parents 107f41a + 407fde1 commit 0b0e37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
7979
# Submit the manifest to the winget-pkgs repository
8080
$manifestDirectory = "$PWD\manifests\m\Microsoft\Git\$version"
81-
.\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manfiestDirectory
81+
.\wingetcreate.exe submit -t "$(Get-Content token.txt)" $manifestDirectory
8282
shell: powershell

0 commit comments

Comments
 (0)