Skip to content

Commit

Permalink
Fix tag and release name
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 7, 2024
1 parent 90dea5b commit 8978a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_tag: "v${{ needs.build-python-package.outputs.version }}"
release_name: "Release v${{ needs.build-python-package.outputs.version }}"
body: |
Release ${{ needs.build-python-package.outputs.version }}
draft: false
Expand Down

0 comments on commit 8978a6c

Please sign in to comment.