From 09c3bddeea1f7b6d001e4b1d9adc9ceccd87e972 Mon Sep 17 00:00:00 2001 From: lrangine <19699092+lokeshrangineni@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:19:30 -0500 Subject: [PATCH 1/2] Removed the dry-run flag to test and we will add it back later. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfb5e382f7b..0ab142aa5c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -181,7 +181,6 @@ jobs: npx -p @semantic-release/changelog -p @semantic-release/git -p @semantic-release/exec -p semantic-release semantic-release - name: Updating `stable` branch after release. - if: github.event.inputs.dry_run == 'false' run: | git fetch origin # note that this checkout creates a branch called `stable` if it does not exist From aeaf83220f3d403628532f115e573de35e2c39bf Mon Sep 17 00:00:00 2001 From: lrangine <19699092+lokeshrangineni@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:36:03 -0500 Subject: [PATCH 2/2] changing the git credentials to false. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ab142aa5c8..acefac72506 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,7 +156,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - persist-credentials: true + persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v3 with: