Skip to content

Commit 8a15d29

Browse files
committed
Fix workflow
1 parent 8180775 commit 8a15d29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prepare_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
1919
private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
2020

21+
- name: Checkout code
22+
uses: actions/checkout@v3
23+
2124
- name: Calculate version
2225
id: get_version
2326
run: |

0 commit comments

Comments
 (0)