Skip to content

Commit

Permalink
Update and rename python-publish.yml to create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Dec 23, 2021
1 parent a17f281 commit 3ed8220
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
with:
files: .*
dest: 'releasezri-v${{github.event.inputs.version}}.zip'
- name: Add, Commit and Push Release Zip
uses: EndBug/[email protected]
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
Expand Down

0 comments on commit 3ed8220

Please sign in to comment.