Skip to content

Commit 3ed8220

Browse files
Update and rename python-publish.yml to create-release.yml
1 parent a17f281 commit 3ed8220

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-publish.yml renamed to .github/workflows/create-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
with:
1919
files: .*
2020
dest: 'releasezri-v${{github.event.inputs.version}}.zip'
21-
- name: Add, Commit and Push Release Zip
22-
uses: EndBug/add-and-commit@v7.4.0
23-
with:
24-
default_author: github_actions
25-
message: 'Add v${{github.event.inputs.version}} pre-built x64 binaries to release zip'
26-
add: 'releasezri-v${{github.event.inputs.version}}.zip'
2721
- name: Create Release Notes
2822
run: |
2923
chmod +x ./scripts/rz.py

0 commit comments

Comments
 (0)