Skip to content

Commit

Permalink
Ko3n1g/ci/release automation (#10163)
Browse files Browse the repository at this point in the history
* create gh release

Signed-off-by: Oliver Koenig <okoenig@nvidia.com>

* fix

Signed-off-by: Oliver Koenig <okoenig@nvidia.com>

---------

Signed-off-by: Oliver Koenig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g authored Aug 15, 2024
1 parent cb58546 commit 5e0c363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
--arg NAME "$NAME" \
--arg BODY "$CHANGELOG" \
'{
"tag_name": ${{ inputs.branch }},
"target_commitish": ${{ inputs.branch }},
"tag_name": $CI_COMMIT_BRANCH,
"target_commitish": $CI_COMMIT_BRANCH,
"name": $NAME,
"body": $BODY,
"draft": false,
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
echo Proceed with uploading wheel...
cd ${{ github.run_id }}
python3 -m pip install --upgrade twine
echo Spython3 -m twine upload --repository pypi dist/*
echo python3 -m twine upload --repository pypi dist/*
# - name: notify
# run: |
Expand Down

0 comments on commit 5e0c363

Please sign in to comment.