Skip to content

Commit

Permalink
Update auto_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggogel committed Sep 9, 2023
1 parent f7fdf1a commit 0b35713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
else
COMMIT_RANGE="${LATEST_TAG}..HEAD"
fi
echo "COMMIT_RANGE=${LATEST_TAG}..HEAD" >> $GITHUB_ENV
CHANGED_FOLDERS=$(git diff --name-only $COMMIT_RANGE | cut -d '/' -f1 | uniq)
[[ "$CHANGED_FOLDERS" =~ "${{ matrix.folder }}" ]] && FOLDER_CHANGED="${{ matrix.folder }}" || FOLDER_CHANGED=""
Expand Down

0 comments on commit 0b35713

Please sign in to comment.