build: Test different syntax for character escape
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-06-20 15:40:39 +02:00
parent 2e8ce6cc00
commit c177dbd03b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ steps:
--package @semantic-release/exec \
--package semantic-release \
--branches ${DRONE_BRANCH} \
--tag-format "K8s_1.25.9-v\$${version}" \
--tag-format "K8s_1.25.9-v\$\${version}" \
--dry-run \
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
--analyzeCommits @semantic-release/commit-analyzer \