Skip to content

Commit

Permalink
fix: change to v14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Jul 18, 2024
1 parent 760098a commit 2b16893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
echo "checkout to v14.0.0"
echo "checkout to frappe"
git -C "apps/frappe" checkout -q -f tags/v14.0.0
git -C "apps/frappe" checkout -q -f v14.0.0
echo "checkout to erpnext"
git -C "apps/erpnext" checkout -q -f tags/v14.0.0
git -C "apps/erpnext" checkout -q -f v14.0.0
echo "checkout to ic"
git -C "apps/india_compliance" checkout -q -f tags/v14.0.0
git -C "apps/india_compliance" checkout -q -f v14.0.0
bench setup requirements --dev
Expand Down

0 comments on commit 2b16893

Please sign in to comment.