Skip to content

Commit ad389f8

Browse files
committed
Correct version detection
1 parent 28dc47b commit ad389f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/winget-update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Automated WinGet upgrade
1+
name: Automated WinGet update
22

33
on:
44
issue_comment:
@@ -19,7 +19,7 @@ permissions:
1919
pull-requests: write
2020

2121
jobs:
22-
trunk-upgrade:
22+
winget-update:
2323
name: trunk upgrade
2424

2525
runs-on: ubuntu-24.04
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Set version
4545
run: |
46-
echo "version=$(yq -r '.freelens' .versions.yaml)" >> $GITHUB_ENV
46+
echo "version=$(yq -r '.freelens' updates.tmp/.versions.yaml)" >> $GITHUB_ENV
4747
4848
- name: Generate new manifests
4949
run: |

0 commit comments

Comments
 (0)