workflow: run on any repo

This commit is contained in:
Vendicated 2024-07-19 22:53:46 +02:00
parent 63b359d970
commit 9f5dee00d4
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -67,7 +67,6 @@ jobs:
echo "release_tag=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Upload DevBuild as release
if: github.repository == 'Vendicated/Vencord'
run: |
gh release upload devbuild --clobber dist/release/*
gh release edit devbuild --title "DevBuild $RELEASE_TAG"
@ -76,7 +75,6 @@ jobs:
RELEASE_TAG: ${{ env.release_tag }}
- name: Upload DevBuild to builds repo
if: github.repository == 'Vendicated/Vencord'
run: |
git config --global user.name "$USERNAME"
git config --global user.email actions@github.com