diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 2a35a48..50c2922 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -1,9 +1,6 @@ name: Build -on: - push: - tags: - - "*" +on: workflow_dispatch: jobs: @@ -85,6 +82,5 @@ jobs: uses: softprops/action-gh-release@master with: tag_name: ${{ env.RELEASE_NAME }} - token: ${{ github.token }} - files: ReVanced.zip body_path: ${{ steps.read_release.outputs.ReleaseBody }} + files: ReVanced.zip