Skip to content

Commit 7d14c23

Browse files
committed
Adjust tagging
1 parent e6988aa commit 7d14c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Tag version
123123
run: |
124-
newVersionTag="${{ steps.bump.outputs.VERSION_TAG }}"
124+
newVersionTag="pinecone-client-${{ steps.bump.outputs.VERSION_TAG }}"
125125
git tag -a $newVersionTag -m "Release $newVersionTag"
126126
127127
- name: Push tags (prerelease)

0 commit comments

Comments
 (0)