A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/googlemaps/google-maps-ios-utils/commit/c57575e0b4e1650b60aa082ab87cc52e43aa8f41 below:

Release workflow, which fails publish step & auto update readme … · googlemaps/google-maps-ios-utils@c57575e · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+12

-11

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+12

-11

lines changed Original file line number Diff line number Diff line change

@@ -13,26 +13,26 @@ name: Release Please

13 13

jobs:

14 14

release-please:

15 15

runs-on: ubuntu-latest

16 +

outputs:

17 +

release_created: ${{ steps.release.outputs.release_created }}

16 18

steps:

17 19

- uses: googleapis/release-please-action@v4

18 20

id: release

19 21

with:

20 22

config-file: release-please-config.json

21 23

manifest-file: .release-please-manifest.json

22 24

token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}

23 -

default-branch: main

25 +

target-branch: main

24 26 25 27

- name: Echo release outputs

26 28

if: ${{ steps.release.outputs }}

27 29

run: echo '${{ toJson(steps.release) }}'

28 30

continue-on-error: true

29 31 30 -

- name: Checkout

31 -

uses: actions/checkout@v4

32 - 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.

36 -

- if: ${{ steps.release.outputs.release_created }}

37 -

name: Start publish

38 -

uses: ./.github/workflows/publish.yml

32 +

# Call the Publish workflow to publish to CocoaPods when a release is cut.

33 +

# Note the "if" statement makes sure that publishing

34 +

# only happens when a release is cut.

35 +

publish:

36 +

needs: release-please

37 +

if: ${{ needs.release-please.outputs.release_created }}

38 +

uses: ./.github/workflows/publish.yml

Original file line number Diff line number Diff line change

@@ -10,7 +10,8 @@

10 10

"changelog-path": "CHANGELOG.md",

11 11

"extra-files": [

12 12

"Google-Maps-iOS-Utils.podspec",

13 -

"Podfile.template"

13 +

"Podfile.template",

14 +

"README.md"

14 15

]

15 16

}

16 17

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4