Skip to content

Commit fd83c9c

Browse files
committed
fix: add checkout to publish-draft job for gh repo context
Made-with: Cursor
1 parent e50c3a6 commit fd83c9c

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
@@ -54,6 +54,10 @@ jobs:
5454
permissions:
5555
contents: write
5656
steps:
57+
- name: Checkout
58+
uses: actions/checkout@v4
59+
with:
60+
fetch-depth: 0
5761
- name: Install GitHub CLI
5862
run: |
5963
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)

0 commit comments

Comments
 (0)