mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
ci(mirror): fix missing lfs files on push (#73)
This commit is contained in:
parent
1a370c39dc
commit
08505a55cd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/mirror.yaml
vendored
2
.github/workflows/mirror.yaml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
with:
|
||||
# Need all to fetch all tags so we can push them
|
||||
fetch-depth: 0
|
||||
# Required so they can be pushed too
|
||||
lfs: true
|
||||
|
||||
- name: Add Remote
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue