Skip to content

Commit

Permalink
build: test bleeding edge version of release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 30, 2021
1 parent cb2045f commit 20d7cff
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@v2
- uses: google-github-actions/release-please-action@1f461f4ce9942f0541c795b0562ae01bb9c49d4c
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@v2
- uses: GoogleCloudPlatform/release-please-action@1f461f4ce9942f0541c795b0562ae01bb9c49d4c
id: tag-release
with:
path: packages/${{ matrix.package }}
Expand Down

0 comments on commit 20d7cff

Please sign in to comment.