TheWildJames 2 luni în urmă
părinte
comite
77c8028da4
1 a modificat fișierele cu 0 adăugiri și 9 ștergeri
  1. 0 9
      .github/workflows/main.yml

+ 0 - 9
.github/workflows/main.yml

@@ -373,15 +373,6 @@ jobs:
           gh api -X DELETE "repos/${{ github.repository }}/actions/artifacts/${id}" || true
         done
 
-  release-preview:
-    runs-on: ubuntu-latest
-    if: ${{ github.event_name == 'workflow_dispatch' }}
-    permissions:
-      contents: read
-
-    env:
-      GH_TOKEN: ${{ github.token }}
-      RELEASE_NOTES: .github/config/RELEASE_NOTES.md
     steps:
     - name: Checkout code
       uses: actions/checkout@v5