Skip to content

Commit 6b52971

Browse files
committed
ci: checkout code when gh auth token login
Signed-off-by: Peefy <[email protected]>
1 parent 3ce4cde commit 6b52971

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127
needs: [binary, musl-binary]
128128
runs-on: ubuntu-latest
129129
steps:
130+
- name: Git checkout
131+
uses: actions/checkout@v6
132+
130133
- name: Download musl package from Artifact
131134
uses: actions/download-artifact@v4
132135
with:

0 commit comments

Comments
 (0)