Skip to content

Commit 27c5d67

Browse files
committed
Add missing checkout for publish_release
1 parent e298268 commit 27c5d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
needs: build_and_upload
8282
steps:
83+
- uses: actions/checkout@v4
8384
- name: Update Release to Not a Draft
8485
run: |
8586
gh release edit ${{ github.ref_name }} --draft=false

0 commit comments

Comments
 (0)