Skip to content

Commit

Permalink
fix: push_pr ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Feb 13, 2024
1 parent 62a9fac commit 4512468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
release:
types: [ created ]
types: [created]

name: on-creating-new-tag

Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
git config user.name "curvefi"
git remote update
git fetch
git checkout master
git checkout main
git add deployments
git commit -m "chore: add release file - $TITLE"
git push
Expand Down

0 comments on commit 4512468

Please sign in to comment.