Skip to content

Commit c911b22

Browse files
committed
ci: fixed missing checkout action
1 parent e601ee2 commit c911b22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
output-version:
7373
runs-on: ubuntu-latest
7474
steps:
75+
- uses: actions/checkout@v4
76+
with:
77+
fetch-depth: 0
7578
- name: Output version
7679
run: |
7780
echo "TESTED_VERSION=$(jq -r '.version' package.json)" > TESTED_VERSION.txt

0 commit comments

Comments
 (0)