ci: update workflows config.
This commit is contained in:
parent
b067905c20
commit
e6f96996c6
|
|
@ -77,6 +77,7 @@ jobs:
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
if: steps.create_tag.outputs.successful
|
if: steps.create_tag.outputs.successful
|
||||||
with:
|
with:
|
||||||
|
allowUpdates: true
|
||||||
artifacts: '.deploy/linux-command.docset.tgz'
|
artifacts: '.deploy/linux-command.docset.tgz'
|
||||||
draft: false
|
draft: false
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue