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 1c6837a commit 5ed4adbCopy full SHA for 5ed4adb
.github/workflows/run-test.yml
@@ -28,8 +28,8 @@ jobs:
28
run: |
29
git config user.name 'github-actions'
30
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
31
- git tag --delete latest || true
32
- git push --delete origin latest || true
+ git tag --delete latest
+ git push --delete origin latest
33
git tag latest "${{ github.event.pull_request.head.ref }}"
34
git push origin refs/tags/latest
35
0 commit comments