ci: auto release
This commit is contained in:
parent
af99c8844c
commit
3f23189bf4
7
.github/workflows/release-build.yml
vendored
7
.github/workflows/release-build.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types:
|
tags:
|
||||||
- published
|
- v5.**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -70,4 +70,5 @@ jobs:
|
|||||||
token: ${{ secrets.workflow_token }}
|
token: ${{ secrets.workflow_token }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
|
prerelease: true
|
||||||
artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"
|
||||||
|
Loading…
Reference in New Issue
Block a user