From 04f98d2c4fd7725c83320b432ba178bb4c8a3381 Mon Sep 17 00:00:00 2001 From: Stef3st Date: Wed, 14 Jun 2023 11:01:48 +0200 Subject: [PATCH 1/3] fix: incremented versions Signed-off-by: Stef3st --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 643c52e..cbbcd2c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,9 +13,9 @@ jobs: release-type: node package-name: release-please-action # The logic below handles the npm publication: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: ${{ steps.release.outputs.release_created }} - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: 18 registry-url: 'https://registry.npmjs.org' From 0b59c920c70fdef99f2f0184f74bc27b29eaa160 Mon Sep 17 00:00:00 2001 From: Stef3st Date: Wed, 14 Jun 2023 11:11:33 +0200 Subject: [PATCH 2/3] fix: only set credentials when release Signed-off-by: Stef3st --- .github/workflows/release-please.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cbbcd2c..345f417 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,9 +13,9 @@ jobs: release-type: node package-name: release-please-action # The logic below handles the npm publication: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 if: ${{ steps.release.outputs.release_created }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v1 with: node-version: 18 registry-url: 'https://registry.npmjs.org' @@ -31,5 +31,6 @@ jobs: - run: | git config user.name "GitHubActions" git config user.email "" + if: ${{ steps.release.outputs.release_created }} - run: npm run deploy if: ${{ steps.release.outputs.release_created }} From 894478a3afcf5de118fabf47c8f293ff9124e916 Mon Sep 17 00:00:00 2001 From: Stef3st Date: Thu, 15 Jun 2023 10:29:40 +0200 Subject: [PATCH 3/3] chore: release 1.0.0 Release-As: 1.0.0