Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathm0025 authored Oct 17, 2024
1 parent d718ba3 commit 6e37d53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.G_TOKEN }}
run: |
git fetch origin main:main # Fetch the main branch
git fetch origin main:main
git checkout main
git config user.name "Prathm"
git config user.email "prathm@123.com"
git add package.json
git commit -m "update package.json"
git commit -m "update package.json" || echo "No changes to commit"
git push --force origin main
- name: Upload Build Artifacts
Expand Down

0 comments on commit 6e37d53

Please sign in to comment.