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
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types:
|
tags:
|
||||||
- published
|
- v3.**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -63,6 +63,7 @@ jobs:
|
|||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
name: ${{ github.ref_name }}
|
||||||
token: ${{ secrets.workflow_token }}
|
token: ${{ secrets.workflow_token }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
|
Loading…
Reference in New Issue
Block a user