Remove lfs and set url
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -103,13 +103,6 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "Zurg"
|
||||
git config --global user.email "zurg@debridmediamanager.com"
|
||||
git lfs install
|
||||
|
||||
if [[ "${{ steps.version.outputs.version }}" == *"-rc."* ]]; then
|
||||
git remote set-url origin git@github.com:debridmediamanager/zurg.git
|
||||
else
|
||||
git remote set-url origin git@github.com:debridmediamanager/zurg-testing.git
|
||||
fi
|
||||
|
||||
- name: Create Release in Target Repository
|
||||
uses: actions/github-script@v7
|
||||
|
||||
Reference in New Issue
Block a user