mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
[CI] Fix: Prevent tag collision in CI
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d8cd131edd
commit
552e7c9f10
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-and-build.yml
vendored
3
.github/workflows/test-and-build.yml
vendored
|
@ -53,10 +53,9 @@ jobs:
|
|||
lfs: true
|
||||
show-progress: false
|
||||
|
||||
- name: Marking workdir safe and fetch tags
|
||||
- name: Marking workdir safe
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/twitch-bot/twitch-bot
|
||||
git fetch --tags
|
||||
|
||||
- name: Lint and test code
|
||||
run: make lint test frontend_lint
|
||||
|
|
Loading…
Reference in a new issue