Skip to content

Commit

Permalink
calculate-metrics: remove latest tag to move the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed Sep 7, 2024
1 parent 10b8153 commit 05cb105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calculate-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git config --global user.name "GitHub Action"
git config --global user.email "action@github.com"
git add metrics.log && git commit -m "metrics: update metrics log" && git push
git add metrics.log && git commit -m "metrics: update metrics log" && git tag -d latest && git push
- name: Create metrics.zip
if: always()
Expand Down

0 comments on commit 05cb105

Please sign in to comment.