Skip to content

Commit

Permalink
CI: Fix workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jan 9, 2025
1 parent e8d25b4 commit 556b458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-binary-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Create, or merge into, the corresponding preview branch
run: git switch -c 'preview/${{ github.ref_name }}' || git switch -m 'preview/${{ github.ref_name }}'
run: git switch -c 'preview/${GITHUB_REF_NAME}' || git switch -m 'preview/${GITHUB_REF_NAME}'

# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
- name: Select the required Xcode version
Expand Down

0 comments on commit 556b458

Please sign in to comment.