Skip to content

Commit

Permalink
fix last step
Browse files Browse the repository at this point in the history
  • Loading branch information
jberclaz committed Jan 25, 2025
1 parent 97792ad commit 3f4c7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
make package
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: "Release ${{ github.ref }}"
tag_name: ${{ github.ref_name }}
release_name: "Release ${{ github.ref_name }}"
draft: false
prerelease: false
generate_release_notes: true

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 3f4c7c1

Please sign in to comment.