Skip to content

Commit

Permalink
fix: Removed the dry-run flag to test and we will add it back later. (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
lokeshrangineni authored Feb 4, 2025
1 parent 999b77f commit d112b52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d112b52

Please sign in to comment.