Skip to content

Commit

Permalink
Fix release action after renamed podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent 0feac4d commit 3b649db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
sed -i '' 's/.binaryTarget.*/.binaryTarget(name: "RustFramework", url: "https:\/\/github.com\/spruceid\/wallet-sdk-rs\/releases\/download\/${{ github.event.inputs.version }}\/RustFramework.xcframework.zip", checksum: "${{ env.XCF_CHECKSUM }}"),/' Package.swift
- name: Update Cocoapods definitions
run: |
sed -i '' 's/[0-9]+\.[0-9]+\.[0-9]+/${{ github.events.inputs.version }}/' WalletSdkRs.podspec
sed -i '' 's/[0-9]+\.[0-9]+\.[0-9]+/${{ github.events.inputs.version }}/' WalletSdkRsRustFramework.podspec
sed -i '' 's/[0-9]+\.[0-9]+\.[0-9]+/${{ github.events.inputs.version }}/' SpruceIDWalletSdkRs.podspec
sed -i '' 's/[0-9]+\.[0-9]+\.[0-9]+/${{ github.events.inputs.version }}/' SpruceIDWalletSdkRsRustFramework.podspec
- name: Push changes and tag
run: |
Expand Down

0 comments on commit 3b649db

Please # to comment.