Skip to content

Commit 44231e3

Browse files
committed
ci(docs): fix publish docs released
1 parent 0879485 commit 44231e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notify-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
"version": "${{ github.event.release.tag_name }}",
3838
"repository": "${{github.repository}}",
3939
"section": "contracts",
40-
"docs_directory": "docs/*"
40+
"docs_directory": "docs/*",
41+
"draft": "false"
4142
}
4243
}

0 commit comments

Comments
 (0)