Skip to content

Commit 990d187

Browse files
committed
feat(music-release-tracker): enable yandex music
1 parent 5999050 commit 990d187

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/music-release-tracker.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131

3232
- name: Yandex Music
3333
run: |
34-
echo "TODO: fix 451 error"
35-
# python scripts/music-release-tracker/yandex-music/main.py
36-
# cat dict.yaml
34+
python scripts/music-release-tracker/yandex-music/main.py
35+
cat dict.yaml
3736
3837
- name: Spotify
3938
env:

0 commit comments

Comments
 (0)