diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index f3b369d..d7f51f1 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -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 \ No newline at end of file + - name: python3 octez_version.py + run: python3 octez_version.py \ No newline at end of file diff --git a/Makefile b/Makefile index 147c5f3..9f22b63 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,3 @@ run: release: git tag $(TAG) -f && git push origin $(TAG) --force - -octez_version: - python3 octez_version.py