Skip to content

Commit 8cc2dda

Browse files
committed
Update ci.yml
1 parent 73577ef commit 8cc2dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Debug ${{ matrix.platform }}
30-
uses: capturecontext/swift-package-action@prerelease-2.0
30+
uses: capturecontext/[email protected]
3131
with:
3232
workspace: Package.xcworkspace
3333
cache-derived-data: true
@@ -37,7 +37,7 @@ jobs:
3737
platform: ${{ matrix.platform }}
3838
- name: Release ${{ matrix.platform }}
3939
if: matrix.command != 'test'
40-
uses: capturecontext/swift-package-action@prerelease-2.0
40+
uses: capturecontext/[email protected]
4141
with:
4242
workspace: Package.xcworkspace
4343
cache-derived-data: true

0 commit comments

Comments
 (0)