1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-28 04:21:03 +03:00

chore(CI): Disable pre-release job

This commit is contained in:
Rémi Marseault 2024-09-20 09:56:04 -05:00 committed by GitHub
parent 79e3dce190
commit 1c56f330bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -100,7 +100,8 @@ jobs:
release-nightly:
name: Create nightly pre-release to GitHub
needs: [ setup-release, build-release ]
if: ${{ !needs.setup-release.outputs.release_created }}
# if: ${{ !needs.setup-release.outputs.release_created }}
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4

View file

@ -2,7 +2,7 @@ name: Notify Discord webhook of stable releases
on:
release:
types:
- released
- published
jobs:
github-releases-to-discord:

View file

@ -15,8 +15,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4