From c7e0c542976d4fc192ca2c81c1bbb90a44c9e07c Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Sat, 20 Jan 2024 23:46:13 +0300 Subject: [PATCH] attempt to fix version tagging --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f824cce5..db41bf7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,9 +91,10 @@ jobs: cache-to: type=gha, scope=${{ github.workflow }} - name: Version tag - uses: Jorricks/action-python-autotagging@1.0.1 + uses: arabcoders/action-python-autotagger@master with: token: ${{ secrets.GITHUB_TOKEN }} + repo_name: arabcoders/ytptube path: app/version.py variable: APP_VERSION