Skip to content

Commit

Permalink
chore: fixed workflow for push
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav0705 committed Mar 14, 2024
2 parents 2629c64 + af04cf7 commit 2fd799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
git config --global user.email "[email protected]"
git add .
git commit -m "${{env.CI_COMMIT_MESSAGE}}"
git push origin ${{github.ref}}
git push origin main

0 comments on commit 2fd799e

Please sign in to comment.