Skip to content

Commit

Permalink
chore(deps): update google-github-actions/release-please-action actio…
Browse files Browse the repository at this point in the history
…n to v4 (#203)

* chore(deps): update google-github-actions/release-please-action action to v4

* Update release.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel McAuliffe <nathanielmcauliffe@hotmail.com>
  • Loading branch information
renovate[bot] and mcaulifn authored Dec 19, 2023
1 parent d535289 commit 1f3d17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: release
uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12
uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
with:
command: manifest
- if: steps.release.outputs.release_created
- if: steps.release.outputs.release_created == 'true'
name: Trigger Publish
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
with:
Expand Down

0 comments on commit 1f3d17c

Please sign in to comment.