Skip to content

Commit

Permalink
Fix build number sha check
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2024
1 parent dd9fd66 commit 3c9c2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions scripts/build-number.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -xe

TAGS=$(git show-ref --tags)

function getBuildNumberTag {
Expand Down

0 comments on commit 3c9c2b0

Please sign in to comment.