Skip to content

Commit

Permalink
Fix make target
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 4, 2024
1 parent 9a6c810 commit ab169f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/octez_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
steps:
- name: Install python-requests
run: sudo apt-get install python3-requests
- name: make octez_version
run: make octez_version
- name: make check
run: make check
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ run:
release:
git tag $(TAG) -f && git push origin $(TAG) --force

octez_version:
check:
python3 octez_version.py

0 comments on commit ab169f8

Please sign in to comment.