Skip to content

Commit

Permalink
Update .github/actions/release/action.yml
Browse files Browse the repository at this point in the history
Remove unused array rebuild

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
tuntoja and coderabbitai[bot] authored Apr 9, 2024
1 parent 00e3bda commit 7780bfc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ runs:
git config --global user.email "release@centreon.com"
git config --global user.name "Centreon"
# Rebuild NEW_STABLE_TAGS as an array
for i in ${NEW_RELEASE_TAGS[@]}; do
NEW_RELEASE_TAGS+=("$i")
done
# Create release tags on git for each release components
# Abort if no tags or existing tag
echo "Creating release tags."
Expand Down

0 comments on commit 7780bfc

Please sign in to comment.