Skip to content

Commit d0b513c

Browse files
authored
Update publish-winget.yml
1 parent 23c85ed commit d0b513c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-winget.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- id: check
1414
run: |
1515
VERSION=${GITHUB_REF:11}
16-
VERSION=10.15.3
1716
echo Looking for https://raw.githubusercontent.com/microsoft/winget-pkgs/master/manifests/OpenJS/NodeJS/$VERSION.yaml
1817
if curl --output /dev/null --silent --head --fail https://raw.githubusercontent.com/microsoft/winget-pkgs/master/manifests/OpenJS/NodeJS/$VERSION.yaml; then
1918
echo "YAML exits, skipping generation"

0 commit comments

Comments
 (0)