Skip to content

Commit 80625c7

Browse files
authored
ci: exclude preview from commit log (#1028)
1 parent a29cd0a commit 80625c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
119119
run: |
120120
SHORT_SHA="$(git rev-parse --short HEAD)"
121-
LATEST_TAG="$(git describe --tags --abbrev=0 --exclude='nightlyv*' 2>/dev/null || echo '')"
121+
LATEST_TAG="$(git describe --tags --abbrev=0 --exclude='nightlyv*' --exclude='preview*' 2>/dev/null || echo '')"
122122
123123
NOTES_FILE="$RUNNER_TEMP/release_notes.md"
124124
{

0 commit comments

Comments
 (0)