Skip to content

Commit 2bb43bd

Browse files
committed
chore(ci): debug
1 parent 351c092 commit 2bb43bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/benchmark-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ jobs:
2222
node-version: '20.18.1'
2323
cache: 'yarn'
2424

25-
- name: Install dependencies
26-
run: yarn install --frozen-lockfile
25+
# - name: Install dependencies
26+
# run: yarn install --frozen-lockfile
2727

2828
- name: Get Previous Release
2929
id: previous_release
3030
run: |
3131
# Parse current season and year from branch name
32+
echo "GITHUB_REF: $GITHUB_REF"
3233
[[ "$GITHUB_REF" =~ ^(winter|spring|summer)([0-9]+)$ ]]
34+
echo "BASH_REMATCH: $BASH_REMATCH"
3335
season="${BASH_REMATCH[1]}"
3436
year="${BASH_REMATCH[2]}"
3537

0 commit comments

Comments
 (0)