Skip to content

Commit 3b47119

Browse files
authored
chore: fix release-to-publish workflow (#482)
1 parent 3234152 commit 3b47119

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ jobs:
2727
run: echo '${{ toJson(steps.release) }}'
2828
continue-on-error: true
2929

30-
# Call the Publish workflow to publish to CocoaPods when a release is cut.
31-
# Note the "if" statement on all commands to make sure that publishing
32-
# only happens when a release is cut.
33-
34-
- if: ${{ steps.release.outputs.release_created }}
35-
name: Checkout
30+
- name: Checkout
3631
uses: actions/checkout@v4
3732

33+
# Call the Publish workflow to publish to CocoaPods when a release is cut.
34+
# Note the "if" statement makes sure that publishing
35+
# only happens when a release is cut.
3836
- if: ${{ steps.release.outputs.release_created }}
3937
name: Start publish
4038
uses: ./.github/workflows/publish.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
5050
5151
3. Select the
5252
[version](https://github.com/googlemaps/google-maps-ios-utils/releases)
53-
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.
53+
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.
5454

5555
- (Recommended) Version 6.x supports the Maps SDK for iOS v9.x
5656
- Version 5.0 supports the Maps SDK for iOS v8.x

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"draft": false,
1111
"prerelease": false,
1212
"extra-files": [
13-
"README.md",
1413
"Google-Maps-iOS-Utils.podspec",
1514
"Podfile.template"
1615
]

0 commit comments

Comments
 (0)