Skip to content

Commit 2ae7160

Browse files
authored
Update release.yml
1 parent a3445df commit 2ae7160

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
codesign --force --options runtime --sign "$IDENTITY" .build/apple/Products/Release/rswift
5151
env:
5252
IDENTITY: 'Developer ID Application: Nonstrict B.V. (WT5N9FK54M)'
53-
- name: Delete temp keychain from this run
54-
if: always()
55-
run: |
56-
/usr/bin/security delete-keychain signing_temp.keychain || true
5753
- name: Store build artifact
5854
uses: actions/upload-artifact@v3
5955
with:
@@ -167,6 +163,11 @@ jobs:
167163
asset_name: rswift-${{ github.event.release.tag_name }}.pkg
168164
asset_content_type: application/pkg
169165

166+
- name: Delete temp keychain from this run
167+
if: always()
168+
run: |
169+
/usr/bin/security delete-keychain signing_temp.keychain || true
170+
170171
- name: Publish to Cocoapods
171172
run: |
172173
export POD_VERSION=$TAG_NAME

0 commit comments

Comments
 (0)