diff --git a/.github/workflows/push_test_server.yml b/.github/workflows/push_test_server.yml index fe6b17af4..0c4608204 100644 --- a/.github/workflows/push_test_server.yml +++ b/.github/workflows/push_test_server.yml @@ -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