Skip to content

Commit

Permalink
Deploy iOS sequentially to prevent conflicts
Browse files Browse the repository at this point in the history
Conerns deployment of regular artifact and mock artifact
  • Loading branch information
gcomte committed Feb 14, 2024
1 parent e013f03 commit 03c9b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
strategy:
matrix:
mock-deps: [ false, true ]
max-parallel: 1
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -211,7 +212,6 @@ jobs:
git add Package.swift
git add Sources/LipaLightningLib/LipaLightningLib.swift
git commit -m "This commit was created automatically by the lipa bot"
git status
git restore .
git pull --rebase
git tag -a ${{ env.RELEASE_VERSION }}${{ matrix.mock-deps && '-mock' || ''}} HEAD -m "This tag was created automatically by the lipa bot."
Expand Down

0 comments on commit 03c9b75

Please sign in to comment.