Skip to content

Commit

Permalink
fix: use --all option to fetch repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Dec 7, 2023
1 parent 2cc13b3 commit 1719b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
${{ runner.os }}-buildx-
- name: "Set software version"
run: |
git fetch --unshallow
git fetch --all
sw_version=$(python3 -c 'import lifemonitor; print(lifemonitor.__version__)')
echo "Current Software Version: ${sw_version}"
echo "SOFTWARE_VERSION=${sw_version}" >> $GITHUB_ENV
Expand Down

0 comments on commit 1719b0e

Please sign in to comment.