mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Make json upload only on main builds
This commit is contained in:
parent
6dac1ee83f
commit
157a0dfe3b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -77,6 +77,7 @@ jobs:
|
|||
gh release upload devbuild --clobber dist/release/*
|
||||
|
||||
- name: Upload Plugins JSON to Equibored repo
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
run: |
|
||||
git config --global user.name "$USERNAME"
|
||||
git config --global user.email "78185467+thororen1234@users.noreply.github.com"
|
||||
|
|
Loading…
Reference in a new issue