Skip to content

Commit

Permalink
build: testing bleeding-edge version of release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 1, 2021
1 parent 5917ad2 commit 4cc8ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
package: ${{fromJson(needs.changeFinder.outputs.nodePaths)}}
steps:
- uses: google-github-actions/release-please-action@1f461f4ce9942f0541c795b0562ae01bb9c49d4c
- uses: google-github-actions/release-please-action@11eb2583adb69444ed39ef89801e4eabb4a286bb
id: release-please
with:
path: packages/${{ matrix.package }}
Expand All @@ -61,7 +61,7 @@ jobs:
matrix:
package: ${{fromJson(needs.changeFinder.outputs.nodePaths)}}
steps:
- uses: GoogleCloudPlatform/release-please-action@1f461f4ce9942f0541c795b0562ae01bb9c49d4c
- uses: GoogleCloudPlatform/release-please-action@11eb2583adb69444ed39ef89801e4eabb4a286bb
id: tag-release
with:
path: packages/${{ matrix.package }}
Expand Down

0 comments on commit 4cc8ebf

Please sign in to comment.