Skip to content

Commit

Permalink
Update release.yml (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrilakshmishastry authored Mar 25, 2024
2 parents 5d4f35d + 9d61c08 commit 163e87b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install Yarn
run: |
npm install -g yarn@latest
yarn version
- name: checkout
Expand All @@ -42,15 +43,7 @@ jobs:

- name: rise PR and merge
uses: peter-evans/create-pull-request@v3
with:
token: ${{secrets.GITHUB_TOKEN}}
commit-message: "Automated pull request creation"
title: "Update the main branch"
body: "Automatically updating the main branch via GitHub Actions"
branch: temp
base: main




Expand Down

0 comments on commit 163e87b

Please sign in to comment.