Skip to content

Commit

Permalink
fix(Publish): Update pbxproj file reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed May 12, 2020
1 parent c0789a7 commit ff4ad3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:
to: "s.version = \"${nextRelease.version}\""

- files:
- "./workspace/GoogleMapsUtils.xcodeproj/project.pbxproj"
- "./GoogleMapsUtils.xcodeproj/project.pbxproj"
from: "MARKETING_VERSION = .*;"
to: "MARKETING_VERSION = ${nextRelease.version};"

Expand All @@ -22,7 +22,7 @@ plugins:
- - "@semantic-release/git"
- assets:
- "./Google-Maps-iOS-Utils.podspec"
- "./workspace/GoogleMapsUtils.xcodeproj/project.pbxproj"
- "./GoogleMapsUtils.xcodeproj/project.pbxproj"
- "*.md"
- "@semantic-release/github"
options:
Expand Down

0 comments on commit ff4ad3d

Please sign in to comment.