Spaces:
Paused
Paused
github-actions[bot]
commited on
Commit
·
443292f
1
Parent(s):
97f480d
testing the action
Browse files
.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
|
| 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
|