update action

This commit is contained in:
LinkLeong 2023-07-10 07:59:46 +01:00
parent bbbb3b2f29
commit e5b172627a

View File

@ -19,7 +19,7 @@ jobs:
- name: git global
run: sudo git config --global --add safe.directory '*'
- name: set version
run: sudo git tag v99.99.99-alpha
run: sudo git tag v00.00.00-alpha
- name: Fetch all tags
run: sudo git fetch --force --tags