ci: auto release

This commit is contained in:
sbwml 2023-03-15 17:35:52 +08:00
parent af99c8844c
commit 3f23189bf4

View File

@ -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"