mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: set allowupdates for release action
parent
ab3d428298
commit
00554e7879
|
@ -218,6 +218,7 @@ jobs:
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{env.TAG_NAME}}
|
tag: ${{env.TAG_NAME}}
|
||||||
|
allowUpdates: true
|
||||||
artifacts: |
|
artifacts: |
|
||||||
${{env.NORFW}}
|
${{env.NORFW}}
|
||||||
${{env.NANDFW}}
|
${{env.NANDFW}}
|
||||||
|
|
|
@ -67,4 +67,5 @@ jobs:
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{env.TAG_NAME}}
|
tag: ${{env.TAG_NAME}}
|
||||||
|
allowUpdates: true
|
||||||
artifacts: ${{env.GCC}}.tgz
|
artifacts: ${{env.GCC}}.tgz
|
||||||
|
|
Loading…
Reference in New Issue