mirror of https://github.com/caddyserver/caddy.git
chore: ci: fix release action script (#3216)
* chore: ci: fixing the step name that captures the pushed tag * chrore: ci: exclude commits prefixed with `ci:` from changelog
This commit is contained in:
parent
1c190b001b
commit
fdfe2ae53b
|
@ -50,4 +50,4 @@ jobs:
|
|||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAG: ${{ steps.vars.outputs.version_tag }}
|
||||
TAG: ${{ steps.get_version.outputs.version_tag }}
|
||||
|
|
|
@ -60,6 +60,7 @@ changelog:
|
|||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- '^ci:'
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
- '^chore:'
|
||||
|
|
Loading…
Reference in New Issue