Skip to content

Commit 15dfaac

Browse files
committed
Try to fix CI
1 parent 79716eb commit 15dfaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
source venv/bin/activate
118118
python3 -m pip install --upgrade pip
119119
pip install PyYAML requests
120-
python3 .github/workflows/generate_plugin_repo.py
120+
python3 .github/workflows/generate_plugin_repo.py $GITHUB_REF_NAME
121121
echo "✅ Plugin repository YAML generated"
122122
123123
- name: Generate timestamp

0 commit comments

Comments
 (0)