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:
Mohammed Al Sahaf 2020-04-03 01:44:44 +03:00 committed by GitHub
parent 1c190b001b
commit fdfe2ae53b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}

View File

@ -60,6 +60,7 @@ changelog:
sort: asc
filters:
exclude:
- '^ci:'
- '^docs:'
- '^test:'
- '^chore:'