Make json upload only on main builds

This commit is contained in:
thororen 2024-10-20 01:49:13 -04:00 committed by GitHub
parent 6dac1ee83f
commit 157a0dfe3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"