Skip to content

Commit aefa8f0

Browse files
committed
Fetch tags
We need this for auto-publish. Upstream issue: actions/checkout#338
1 parent 5482545 commit aefa8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v2
26+
with:
27+
fetch-depth: 0
2628

2729
- name: Install Rust toolchain
2830
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)