Skip to content

Commit

Permalink
chore: fix release-to-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Aug 1, 2024
1 parent 3234152 commit 1f090b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ jobs:
run: echo '${{ toJson(steps.release) }}'
continue-on-error: true

# Call the Publish workflow to publish to CocoaPods when a release is cut.
# Note the "if" statement on all commands to make sure that publishing
# only happens when a release is cut.

- if: ${{ steps.release.outputs.release_created }}
name: Checkout
- name: Checkout
uses: actions/checkout@v4

# Call the Publish workflow to publish to CocoaPods when a release is cut.
# Note the "if" statement makes sure that publishing
# only happens when a release is cut.
- if: ${{ steps.release.outputs.release_created }}
name: Start publish
uses: ./.github/workflows/publish.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
3. Select the
[version](https://github.com/googlemaps/google-maps-ios-utils/releases)
of the Maps SDK for iOS Utility Library that you want to use. For new projects, we recommend specifying the latest version and using the "Exact Version" option. See Release Notes for [this library](https://github.com/googlemaps/google-maps-ios-utils/releases) and the [Maps SDK for iOS](https://developers.google.com/maps/documentation/ios-sdk/release-notes) to select the correct version for you.
of the Maps SDK for iOS Utility Library that you want to use. For new projects, we recommend specifying the latest version and using the "Up to next Major" option. See Release Notes for [this library](https://github.com/googlemaps/google-maps-ios-utils/releases) and the [Maps SDK for iOS](https://developers.google.com/maps/documentation/ios-sdk/release-notes) to select the correct version for you.

- (Recommended) Version 6.x supports the Maps SDK for iOS v9.x
- Version 5.0 supports the Maps SDK for iOS v8.x
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"draft": false,
"prerelease": false,
"extra-files": [
"README.md",
"Google-Maps-iOS-Utils.podspec",
"Podfile.template"
]
Expand Down

0 comments on commit 1f090b5

Please sign in to comment.