We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17f281 commit 3ed8220Copy full SHA for 3ed8220
.github/workflows/python-publish.yml renamed to .github/workflows/create-release.yml
@@ -18,12 +18,6 @@ jobs:
18
with:
19
files: .*
20
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'
27
- name: Create Release Notes
28
run: |
29
chmod +x ./scripts/rz.py
0 commit comments