Skip to content

Commit e718893

Browse files
authored
Merge pull request #167 from okp4/ci/docs-release
ci(docs): fix publish docs released
2 parents d958f99 + 44231e3 commit e718893

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)