[distrowatch] Support running single product

This commit is contained in:
Nemo
2022-07-13 13:21:53 +05:30
parent dc6a94989c
commit e018736fbe
2 changed files with 11 additions and 2 deletions

View File

@@ -49,6 +49,9 @@ jobs:
with:
ruby-version: 3.1
bundler-cache: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Setup Release Script
run: |
git config --global init.defaultBranch main