Skip to content

Commit

Permalink
Another CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 4, 2024
1 parent 6a46b81 commit c6a574e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/octez_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: actions/checkout@v2
- name: Install python-requests
run: sudo apt-get install python3-requests
- name: make octez_version
run: make octez_version
- name: python3 octez_version.py
run: python3 octez_version.py
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ run:

release:
git tag $(TAG) -f && git push origin $(TAG) --force

octez_version:
python3 octez_version.py

0 comments on commit c6a574e

Please sign in to comment.