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 600b1aa commit df06936Copy full SHA for df06936
.github/workflows/run-test.yml
@@ -14,10 +14,13 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v3
17
+ with:
18
+ fetch-depth: 0
19
- name: retag latest commit for testing
20
run: |
21
git config user.name 'github-actions'
22
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
23
+ git tag --delete latest || true
24
git push --delete origin latest || true
25
git tag -a latest -m 'Retag latest commit'
26
git push origin latest
0 commit comments