Skip to content

Commit b4a2960

Browse files
authored
ci: Fix create release step to include checkout (#45)
1 parent 8e84b1f commit b4a2960

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
app-id: ${{ secrets.APP_ID }}
3333
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3434

35+
- name: Checkout repository
36+
uses: actions/checkout@v6
37+
with:
38+
token: ${{ steps.github-token.outputs.token }}
39+
3540
- name: Set up environment
3641
uses: ./.github/actions/setup-environment
3742
with:

0 commit comments

Comments
 (0)