Skip to content

Commit 48ee8ab

Browse files
committed
Fix major version tag names
1 parent 6fd77c9 commit 48ee8ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/list-changed-files.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: List added files
48-
run: echo "$(git diff --name-status 6.7.3...6.8 | grep -E '^(A)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
48+
run: echo "$(git diff --name-status 6.7.3...6.8.0 | grep -E '^(A)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
4949

5050
- name: List deleted files
51-
run: echo "$(git diff --name-status 6.7.3...6.8 | grep -E '^(D)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
51+
run: echo "$(git diff --name-status 6.7.3...6.8.0 | grep -E '^(D)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
5252

5353
- name: List modified files
54-
run: echo "$(git diff --name-status 6.7.3...6.8 | grep -E '^(M)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
54+
run: echo "$(git diff --name-status 6.7.3...6.8.0 | grep -E '^(M)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
5555

5656
slack-notifications:
5757
name: Slack Notifications

0 commit comments

Comments
 (0)