Skip to content

Commit

Permalink
Deploy sonar upgrade module test
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Oct 10, 2023
1 parent 0c10902 commit f9d5b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# push all repo but latest tag and removed tags
git tag -d ${latest_tag}
for tag in ${removed_tags}; do
for tag in "${removed_tags[@]}"; do
git tag -d ${tag}
done
git push -f origin HEAD:main --tags
Expand Down

0 comments on commit f9d5b5e

Please sign in to comment.