Skip to content

Commit

Permalink
correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 12, 2024
1 parent 8afba02 commit 7e9a83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
run: |
RELEASE_VERSION=${GITHUB_HEAD_REF#release-}
echo Release version: $RELEASE_VERSION
git tag --annotate --message="Release version ${{ RELEASE_VERSION }}" ${{ RELEASE_VERSION }} ${{ github.sha }}
git push origin ${{ RELEASE_VERSION }}
git tag --annotate --message="Release version $RELEASE_VERSION" $RELEASE_VERSION ${{ github.sha }}
git push origin $RELEASE_VERSION
github-release:
name: Make a GitHub Release and upload Python package.
Expand Down

0 comments on commit 7e9a83d

Please sign in to comment.