Skip to content

Commit 05cb105

Browse files
calculate-metrics: remove latest tag to move the tag
1 parent 10b8153 commit 05cb105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/calculate-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
git config --global user.name "GitHub Action"
3636
git config --global user.email "[email protected]"
37-
git add metrics.log && git commit -m "metrics: update metrics log" && git push
37+
git add metrics.log && git commit -m "metrics: update metrics log" && git tag -d latest && git push
3838
3939
- name: Create metrics.zip
4040
if: always()

0 commit comments

Comments
 (0)