Skip to content

Commit

Permalink
fix: checksum third try
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Dec 11, 2023
1 parent d1c01f2 commit a0eb442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- [ '@semantic-release/exec', {
prepareCmd: '(cd ./apollo/build/packages/ApolloSwift && zip -r "Apollo.xcframework.zip" Apollo.xcframework)' } ]
- [ '@semantic-release/exec', {
prepareCmd: "rm -f Package.swift && ./.scripts/updatePackage.swift 0.0.0 \"$(swift package compute-checksum 'apollo/build/packages/ApolloSwift/Apollo.xcframework.zip')\" ./.scripts/TemplatePackage.swift Package.swift" } ]
prepareCmd: "ls && rm -f Package.swift && rm -f Package.swift && ./.scripts/updatePackage.swift ${nextRelease.version} \"$(swift package compute-checksum ./apollo/build/packages/ApolloSwift/Apollo.xcframework.zip)\" ./.scripts/TemplatePackage.swift Package.swift" } ]
- [
"@semantic-release/git",
{
Expand Down

0 comments on commit a0eb442

Please sign in to comment.