diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b8ab30a1..50078ee8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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