chore: Refactor to avoid parsing empty variables
All checks were successful
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 30s
All checks were successful
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 30s
This commit is contained in:
parent
41f378f65b
commit
640cbfbe16
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user