We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b53b1 commit b067905Copy full SHA for b067905
.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
78
if: steps.create_tag.outputs.successful
79
with:
80
artifacts: '.deploy/linux-command.docset.tgz'
81
+ draft: false
82
token: ${{ secrets.GITHUB_TOKEN }}
83
name: ${{ steps.create_tag.outputs.version }}
84
tag: ${{ steps.create_tag.outputs.version }}
@@ -122,7 +123,7 @@ jobs:
122
123
- run: rm -rf .deploy/linux-command.docset
124
125
- name: Deploy
- uses: peaceiris/actions-gh-pages@v3
126
+ uses: peaceiris/actions-gh-pages@v4
127
128
commit_message: '[${{steps.tag_version.outputs.tag}}] ${{ github.event.head_commit.message }}'
129
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments