From d22249055eeedf5cf1d40a69c801988b34d11937 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 12 Feb 2023 13:53:28 +0100 Subject: [PATCH] chore: move release-please action run (#1380) Co-authored-by: Daniel Dyla Co-authored-by: Amir Blum --- .github/workflows/release-please.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0b79e7feb9..6cd76a49ea 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -8,13 +8,6 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 - id: release - with: - command: manifest - token: ${{secrets.RELEASE_PR_TOKEN}} - default-branch: main - # The logic below handles the npm publication: - name: Checkout Repository uses: actions/checkout@v3 @@ -46,6 +39,13 @@ jobs: npm install npx lerna bootstrap --no-ci + - uses: google-github-actions/release-please-action@v3 + id: release + with: + command: manifest + token: ${{secrets.RELEASE_PR_TOKEN}} + default-branch: main + # Release Please has already incremented versions and published tags, so we just # need to publish all unpublished versions to npm here # See: https://github.com/lerna/lerna/tree/main/commands/publish#bump-from-package