Skip to content

Commit b067905

Browse files
committed
ci: update workflows config.
1 parent 83b53b1 commit b067905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
if: steps.create_tag.outputs.successful
7979
with:
8080
artifacts: '.deploy/linux-command.docset.tgz'
81+
draft: false
8182
token: ${{ secrets.GITHUB_TOKEN }}
8283
name: ${{ steps.create_tag.outputs.version }}
8384
tag: ${{ steps.create_tag.outputs.version }}
@@ -122,7 +123,7 @@ jobs:
122123
- run: rm -rf .deploy/linux-command.docset
123124

124125
- name: Deploy
125-
uses: peaceiris/actions-gh-pages@v3
126+
uses: peaceiris/actions-gh-pages@v4
126127
with:
127128
commit_message: '[${{steps.tag_version.outputs.tag}}] ${{ github.event.head_commit.message }}'
128129
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)