Skip to content

Commit 226a53b

Browse files
committed
Fetch before running mullvad-version
1 parent 61c9507 commit 226a53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/desktop-e2e.yml

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
- name: Build mullvad-version
178178
id: cargo-run
179179
run: |
180+
git fetch --tags --prune-tags --force
180181
version=$(cargo run --package mullvad-version -q)
181182
echo "mullvad-version=$version"
182183
echo "mullvad-version=$version" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)