Skip to content

Commit

Permalink
ci: fixed missing checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jan 10, 2025
1 parent e601ee2 commit c911b22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
output-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Output version
run: |
echo "TESTED_VERSION=$(jq -r '.version' package.json)" > TESTED_VERSION.txt
Expand Down

0 comments on commit c911b22

Please sign in to comment.