Skip to content

Commit dcc89b9

Browse files
authored
Include draft releases in docs site (#6346)
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent e061c55 commit dcc89b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on:
1010
workflow_dispatch: { }
1111

1212
permissions:
13-
contents: read
13+
# Weirdly, we need write permissions to see draft releases.
14+
# See https://github.com/cli/cli/issues/3037
15+
contents: write
1416

1517
jobs:
1618
build:

0 commit comments

Comments
 (0)