We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73577ef commit 8cc2ddaCopy full SHA for 8cc2dda
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v4
29
- name: Debug ${{ matrix.platform }}
30
- uses: capturecontext/swift-package-action@prerelease-2.0
+ uses: capturecontext/[email protected]
31
with:
32
workspace: Package.xcworkspace
33
cache-derived-data: true
@@ -37,7 +37,7 @@ jobs:
37
platform: ${{ matrix.platform }}
38
- name: Release ${{ matrix.platform }}
39
if: matrix.command != 'test'
40
41
42
43
0 commit comments