diff --git a/.github/workflows/python-publish.yml b/.github/workflows/create-release.yml similarity index 81% rename from .github/workflows/python-publish.yml rename to .github/workflows/create-release.yml index 938fe40..cb0443a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/create-release.yml @@ -18,12 +18,6 @@ jobs: with: files: .* dest: 'releasezri-v${{github.event.inputs.version}}.zip' - - name: Add, Commit and Push Release Zip - uses: EndBug/add-and-commit@v7.4.0 - with: - default_author: github_actions - message: 'Add v${{github.event.inputs.version}} pre-built x64 binaries to release zip' - add: 'releasezri-v${{github.event.inputs.version}}.zip' - name: Create Release Notes run: | chmod +x ./scripts/rz.py