Skip to content

Commit

Permalink
Create non-annotated tag object in the step
Browse files Browse the repository at this point in the history
  • Loading branch information
mochipon committed Oct 17, 2022
1 parent 8cdfe22 commit 7f41b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git tag -a "v${{ github.event.inputs.version }}" --force
git tag "v${{ github.event.inputs.version }}" --force
git push origin "v${{ github.event.inputs.version }}" --force
- name: Build wheels and source tarball
Expand Down

0 comments on commit 7f41b96

Please sign in to comment.