mirror of https://github.com/Xhofe/alist
ci: only release on tag with `v` prefix
parent
51c95ee117
commit
e1906c9312
|
@ -3,7 +3,7 @@ name: auto changelog
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
changelog:
|
||||
|
@ -14,6 +14,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: npx changelogithub # or changelogithub@0.12 if ensure the stable result
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.MY_TOKEN}}
|
||||
|
|
|
@ -3,7 +3,7 @@ name: release_docker
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
release_docker:
|
||||
|
|
Loading…
Reference in New Issue