Skip to content

Commit

Permalink
fix(git): -B flag (#10)
Browse files Browse the repository at this point in the history
* fix(git): -B flag

* fix(bash): remove uneeded command
  • Loading branch information
sam bacha authored Feb 23, 2021
1 parent d2635d9 commit b0c085d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout lists
rm sushiswap.tokenlist.json
git checkout -B lists
git add *.json -f
git commit -m "chore(sync): sushiswap: $(date)" -a || true
git tag `date "+lists-%Y%m%d%H%M%S"`
Expand Down

0 comments on commit b0c085d

Please sign in to comment.