We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b8153 commit 05cb105Copy full SHA for 05cb105
.github/workflows/calculate-metrics.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
git config --global user.name "GitHub Action"
36
git config --global user.email "[email protected]"
37
- 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
38
39
- name: Create metrics.zip
40
if: always()
0 commit comments