ci: auto release
This commit is contained in:
parent
1c3bd91a18
commit
cdb241b45a
7
.github/workflows/release-build.yml
vendored
7
.github/workflows/release-build.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
push:
|
||||
tags:
|
||||
- v3.**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -63,6 +63,7 @@ jobs:
|
||||
- name: Upload packages
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
name: ${{ github.ref_name }}
|
||||
token: ${{ secrets.workflow_token }}
|
||||
allowUpdates: true
|
||||
replacesArtifacts: true
|
||||
|
Loading…
Reference in New Issue
Block a user