Removed the checkout shit

This commit is contained in:
Core 2022-08-03 16:19:15 +01:00
parent 6e6de42f3f
commit d7bd15cf6b
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 4 additions and 15 deletions

View file

@ -45,12 +45,6 @@ jobs:
with:
xcode-version: '12.4'
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: ${{ github.sha }}
submodules: true
- name: Change Version
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true