Skip to content

Commit

Permalink
Merge b83c738 into 7047475
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Aug 30, 2022
2 parents 7047475 + b83c738 commit 794200d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/specification-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: "3.x"
- id: get-version
run: |
python3 -m pip install -u pip
python3 -m pip install --upgrade pip
python3 -m pip install -e .
script="from tuf.api.metadata import SPECIFICATION_VERSION; \
print(f\"v{'.'.join(SPECIFICATION_VERSION)}\")"
Expand Down

0 comments on commit 794200d

Please sign in to comment.