Skip to content

Commit

Permalink
build(deps): bump GoogleCloudPlatform/release-please-action from 3.7.…
Browse files Browse the repository at this point in the history
…13 to 4.0.2 (#140)
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 668c6d4 commit a791c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
if: github.repository == inputs.target-repo
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3.7.13
- uses: GoogleCloudPlatform/release-please-action@v4.0.2
id: release
with:
token: "${{ secrets.GH_TOKEN }}"
release-type: "${{ inputs.release-type }}"
package-name: release-please-action
- uses: actions/checkout@v4
if: inputs.npm-publish && steps.release.outputs.release_created
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a791c08

Please sign in to comment.