forked from GitHubMirrors/silverbullet-icalendar
Fix checkout fetch-depth for CI push
Some checks failed
Build SilverBullet Plug / build (push) Failing after 14s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 14s
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v2
|
||||
|
||||
Reference in New Issue
Block a user