Skip to content

Commit

Permalink
Signing yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 21, 2024
1 parent 82f1302 commit bafddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENTTEAM }}
run: |
touch User.xcconfig
echo "DEVELOPMENT_TEAM = $SUPER_SECRET" > User.xcconfig
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" > User.xcconfig
echo "BUNDLE_ID_PREFIX = com.chimehq" > User.xcconfig
- name: Build DocC
run: xcodebuild docbuild -scheme Edit -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' | xcbeautify
Expand Down

0 comments on commit bafddbc

Please sign in to comment.