mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
oh it needs gh token
This commit is contained in:
parent
2e7bc67d18
commit
4f3f69b382
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -48,6 +48,8 @@ jobs:
|
|||
gh release view devbuild &> /dev/null \
|
||||
&& echo "devbuild_exists=true" >> $GITHUB_ENV \
|
||||
|| echo "devbuild_exists=false" >> $GITHUB_ENV
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload latest release (devbuild)
|
||||
if: env.devbuild_exists == 'true' && startsWith(github.ref, 'refs/heads/') && github.ref_name == 'main' && github.event.created
|
||||
|
|
Loading…
Add table
Reference in a new issue