Skip to content

Commit 90a4683

Browse files
authored
fix: Update update_otp_versions.yaml, remove unexist script [skip ci]
1 parent 91b4943 commit 90a4683

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update_otp_versions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
cd assets
2222
python -m pip install requests
2323
python get_all_otp_versions.py
24-
python get_macos_prebuilt_versions.py
2524
2625
- name: Push updated version file
2726
run: |
@@ -34,4 +33,4 @@ jobs:
3433
git push https://github-actions[bot]:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
3534
else
3635
echo "never updated."
37-
fi
36+
fi

0 commit comments

Comments
 (0)