Skip to content

Commit d112b52

Browse files
fix: Removed the dry-run flag to test and we will add it back later. (#5007)
* Removed the dry-run flag to test and we will add it back later. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * changing the git credentials to false. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --------- Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
1 parent 999b77f commit d112b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Checkout
157157
uses: actions/checkout@v4
158158
with:
159-
persist-credentials: true
159+
persist-credentials: false
160160
- name: Setup Node.js
161161
uses: actions/setup-node@v3
162162
with:
@@ -181,7 +181,6 @@ jobs:
181181
npx -p @semantic-release/changelog -p @semantic-release/git -p @semantic-release/exec -p semantic-release semantic-release
182182
183183
- name: Updating `stable` branch after release.
184-
if: github.event.inputs.dry_run == 'false'
185184
run: |
186185
git fetch origin
187186
# note that this checkout creates a branch called `stable` if it does not exist

0 commit comments

Comments
 (0)