mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-14 12:41:25 +00:00
Resolve "would clobber existing tag"
This commit is contained in:
parent
d6d94329e6
commit
cc01b86af5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get tags
|
||||
run: git fetch --tags origin
|
||||
run: git fetch --tags origin -f
|
||||
|
||||
- uses: awalsh128/cache-apt-pkgs-action@v1.1.1
|
||||
if: runner.os == 'Linux'
|
||||
|
|
Loading…
Reference in a new issue