attempt to fix version tagging
This commit is contained in:
parent
0174a1f5d0
commit
c7e0c54297
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue