chore: Refactor without escaped control sequence
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 48s

This commit is contained in:
Danny Bessems 2024-02-19 10:47:38 +01:00
parent 5cdcfa4a5d
commit 41f378f65b

View File

@ -23,7 +23,7 @@ jobs:
--package @semantic-release/exec \
--package semantic-release \
--branches ${{ gitea.refname }} \
--tag-format "v\$${version}" \
--tag-format "v${version}" \
--dry-run \
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
--analyzeCommits @semantic-release/commit-analyzer \