From b40690bd4fb13beea9619d5e46fe8c25e52f20b3 Mon Sep 17 00:00:00 2001 From: Dave Rogers Date: Thu, 17 Oct 2024 22:39:01 -0700 Subject: [PATCH] fix: fix indenting (#235) --- .github/workflows/release-please.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3a49cf9..b81066f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,8 +13,8 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - id: release - uses: googleapis/release-please-action@v4 + - uses: google-github-actions/release-please-action@v4 + id: release with: # this assumes that you have created a personal access token # (PAT) and configured it as a GitHub action secret named @@ -25,8 +25,8 @@ jobs: # The logic below handles the npm publication: - uses: actions/checkout@v4 - # These if statements ensure that a publication only occurs when a new release is created: + # These if statements ensure that a publication only occurs when a new release is created: - uses: actions/setup-node@v4 if: ${{ steps.release.outputs.release_created }} with: