We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457a83 commit 9be47c3Copy full SHA for 9be47c3
.github/workflows/winget_stable.yml
@@ -18,13 +18,11 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
with:
21
- path: repo
22
fetch-depth: 0 # Needed to fetch all tags
23
24
- name: Get latest tag
25
id: get-version
26
run: |
27
- cd repo
28
git fetch --tags
29
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
30
echo "Latest tag: $latest_tag"
@@ -34,7 +32,6 @@ jobs:
34
32
- name: Check updates
35
33
id: check-updates
36
37
38
echo "result=$(scripts/do_next_stable_release.sh $URL)" >> "$GITHUB_OUTPUT"
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments