Skip to content

Commit

Permalink
Attempt to fix git exit code error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Feb 13, 2024
1 parent a7920c8 commit 1a56b3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
# Commit and push changes
git lfs track '*.deb'
git add .gitattributes
git add .
git commit -m "Upgrade ${{ matrix.package }} Package for AMD64"
git push origin main
Expand Down Expand Up @@ -348,6 +349,7 @@ jobs:
# Commit and push changes
git lfs track '*.deb'
git add .gitattributes
git add .
git commit -m "Upgrade ${{ matrix.package }} Package for AMD64"
git push origin main
Expand Down

0 comments on commit 1a56b3a

Please sign in to comment.