Skip to content

Commit

Permalink
Fix release action podspec version matching
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent 2f73b09 commit ca1990b
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 }}/' SpruceIDWalletSdkRs.podspec
sed -i '' 's/[0-9]+\.[0-9]+\.[0-9]+/${{ github.events.inputs.version }}/' SpruceIDWalletSdkRsRustFramework.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 ca1990b

Please sign in to comment.