Skip to content

Commit

Permalink
[CI][FIX] release: checkout before generating release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed May 5, 2023
1 parent 466de80 commit 9e2a0e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
- build-ubuntu-20_04
- build-ubuntu-22_04
steps:
- uses: actions/checkout@v3

- name: 'Download artifacts for ubuntu 20.04'
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 9e2a0e9

Please sign in to comment.