Skip to content

Commit 9be47c3

Browse files
committed
winget-stable: do not clone into separate repo directory
Signed-off-by: Christian Brabandt <[email protected]>
1 parent a457a83 commit 9be47c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/winget_stable.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
21-
path: repo
2221
fetch-depth: 0 # Needed to fetch all tags
2322

2423
- name: Get latest tag
2524
id: get-version
2625
run: |
27-
cd repo
2826
git fetch --tags
2927
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
3028
echo "Latest tag: $latest_tag"
@@ -34,7 +32,6 @@ jobs:
3432
- name: Check updates
3533
id: check-updates
3634
run: |
37-
cd repo
3835
echo "result=$(scripts/do_next_stable_release.sh $URL)" >> "$GITHUB_OUTPUT"
3936
env:
4037
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)