Skip to content

Commit

Permalink
fix: Add git fetch tags command
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Sep 21, 2023
1 parent 233a0a0 commit 7de8823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
# change this command when using new EP
run: |
cd @account-abstraction && \
git fetch --tags origin && \
git checkout v0.6.0 && \
yarn deploy --network localhost
Expand Down

0 comments on commit 7de8823

Please sign in to comment.