We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29cd0a commit 80625c7Copy full SHA for 80625c7
1 file changed
.github/workflows/nightly.yml
@@ -118,7 +118,7 @@ jobs:
118
GH_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
119
run: |
120
SHORT_SHA="$(git rev-parse --short HEAD)"
121
- LATEST_TAG="$(git describe --tags --abbrev=0 --exclude='nightlyv*' 2>/dev/null || echo '')"
+ LATEST_TAG="$(git describe --tags --abbrev=0 --exclude='nightlyv*' --exclude='preview*' 2>/dev/null || echo '')"
122
123
NOTES_FILE="$RUNNER_TEMP/release_notes.md"
124
{
0 commit comments