mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-23 15:22:29 -04:00
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:
committed by
GitHub
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 }}
|
||||
|
||||
Reference in New Issue
Block a user