Skip to content

Commit

Permalink
ci(github): update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Jun 10, 2024
1 parent 43ef3da commit b4f6384
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ permissions:
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}

steps:
- name: Release Please
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
id: release

- name: Checkout repository
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit b4f6384

Please sign in to comment.