Skip to content

Commit 3ddca68

Browse files
authored
add checkout step to release.yml
1 parent 34932dc commit 3ddca68

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
name: Build
1616
runs-on: ubuntu-latest
1717
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v5
20+
with:
21+
token: ${{ secrets.GH_TOKEN }}
1822
- name: Build
1923
uses: ./.github/actions/build
2024
with:

0 commit comments

Comments
 (0)