Skip to content

Commit b1669c0

Browse files
authored
Fix release step (#115)
1 parent 7ab26a2 commit b1669c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@ jobs:
7474
name: Release
7575
runs-on: ubuntu-20.04
7676
if: ${{ startsWith(github.ref, 'refs/tags/') }}
77+
needs: build
7778
steps:
79+
- name: Checkout Repository
80+
uses: actions/checkout@v3
81+
with:
82+
fetch-depth: 0
7883
- name: Publish Release Notes
7984
uses: release-drafter/release-drafter@v5
8085
with:

0 commit comments

Comments
 (0)