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 6e37d53 commit 7dda78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
git checkout main
git config user.name "Prathm"
git config user.email "prathm@123.com"
cp ../dev/package.json ./ # Adjust the path if necessary
git add package.json
git commit -m "update package.json" || echo "No changes to commit"
git push --force origin main
Expand Down

0 comments on commit 7dda78d

Please sign in to comment.