mirror of
https://github.com/markqvist/rnsh.git
synced 2025-05-04 15:25:25 -04:00
Getting release working
This commit is contained in:
parent
6f87fe3a70
commit
0bfcb2e178
1 changed files with 3 additions and 3 deletions
6
.github/workflows/python-publish.yml
vendored
6
.github/workflows/python-publish.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
release_name: ${{ steps.set_version.outputs.tag }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
||||
|
@ -100,8 +100,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./dist/rnsh-${{ steps.set_version.outputs.version }}-py3-none-any.whl
|
||||
asset_name: rnsh-${{ steps.set_version.outputs.version }}-py3-none-any.whl
|
||||
asset_path: ./dist/rnsh-${{ steps.set_version.outputs.no-v }}-py3-none-any.whl
|
||||
asset_name: rnsh-${{ steps.set_version.outputs.no-v }}-py3-none-any.whl
|
||||
asset_content_type: application/zip
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue