update release script
This commit is contained in:
parent
4edef450a3
commit
da46b61ad7
2 changed files with 18 additions and 5 deletions
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
name: release
|
name: release
|
||||||
run-name: release ${{ github.actor }}
|
run-name: release ${{ github.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
tags:
|
# tags:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
# - 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
tags-ignore:
|
# tags-ignore:
|
||||||
- '2.*'
|
# - '2.*'
|
||||||
# Allow run workflow manually from Action tab
|
# Allow run workflow manually from Action tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
13
action-events.json
Normal file
13
action-events.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"push":{
|
||||||
|
|
||||||
|
},
|
||||||
|
"pull_request": {
|
||||||
|
"head": {
|
||||||
|
"ref": "sample-head-ref"
|
||||||
|
},
|
||||||
|
"base": {
|
||||||
|
"ref": "sample-base-ref"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue