github-actions[bot] commited on
Commit
443292f
·
1 Parent(s): 97f480d

testing the action

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -114,7 +114,7 @@ jobs:
114
  shell: bash
115
  run: |
116
  echo "▶️ All build-* tags found:"; git tag --list 'build-*'
117
- LAST_TAG=$(git describe --tags --abbrev=0 --match="build-*" 2>/dev/null || echo "")
118
  echo "✅ Detected most recent ancestor tag: $LAST_TAG"
119
 
120
  if [ -n "$LAST_TAG" ]; then
 
114
  shell: bash
115
  run: |
116
  echo "▶️ All build-* tags found:"; git tag --list 'build-*'
117
+ LAST_TAG="1d97578"
118
  echo "✅ Detected most recent ancestor tag: $LAST_TAG"
119
 
120
  if [ -n "$LAST_TAG" ]; then