Skip to content

Commit 9e4d6df

Browse files
authored
Add checkout step to roam-release-complete workflow (#1022)
1 parent 7891111 commit 9e4d6df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/roam-release-complete.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
complete-release:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout Code
15+
uses: actions/checkout@v6
16+
with:
17+
fetch-depth: 0
18+
1419
- name: Complete Linear release
1520
uses: linear/linear-release-action@v0
1621
with:

0 commit comments

Comments
 (0)