Skip to content

Commit

Permalink
fix(ci): publish queries count badge (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored May 19, 2021
1 parent e2dcbbe commit f11a076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: latest-metrics
- name: Generate badge
run: |
mv latest-metrics/coverage.svg queries.svg
mv latest-metrics/queries.svg queries.svg
git add queries.svg
git status
git commit -m 'chore(metrics): updating queries count badge'
Expand Down

0 comments on commit f11a076

Please sign in to comment.