Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shakedzy committed Apr 5, 2024
1 parent ef92772 commit 172b62f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install ffmpeg libavcodec-extra
python -m pip install --upgrade pip
pip install -e .
Expand All @@ -33,7 +35,7 @@ jobs:

- name: Commit Changes
run: |
git config --global user.name 'Shaked Zychlinski'
git config --global user.name ${{ secrets.USERNAME }}
git config --global user.email ${{ secrets.EMAIL_ADDRESS }}
git add .
git commit -m "Automated update: $CURRENT_TIME" || echo "No changes to commit"
Expand Down

0 comments on commit 172b62f

Please sign in to comment.