Skip to content

Commit e9ed960

Browse files
committed
chore/security : remove debug steps
1 parent 805db24 commit e9ed960

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
id: extract_info
1919
run: |
2020
RELEASE_NAME=${{ github.event.release.name || github.ref_name }}
21-
RELEASE_NAME="lrm-2.7.3-rc-7"
22-
echo "DEBUG: Using fallback release name: $RELEASE_NAME"
21+
2322
echo "Processing release: $RELEASE_NAME"
2423
2524
# Simple pattern matching to extract project and version

0 commit comments

Comments
 (0)