build: Try different syntax (remove quotes)
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-06-20 15:44:45 +02:00
parent c177dbd03b
commit ba4a0148ff
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 \