Skip to content

Commit 742abca

Browse files
committed
Update publish.yml
1 parent afcfa56 commit 742abca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ jobs:
3333
VERSION=$(python setup.py --version)
3434
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
3535
36-
# Create Git tag
37-
- name: Create and push Git tag
38-
run: |
39-
git config --global user.name "GitHub Actions"
40-
git config --global user.email "actions@github.com"
41-
git tag -a "v$PACKAGE_VERSION" -m "Release version $PACKAGE_VERSION"
42-
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} "v$PACKAGE_VERSION"
43-
4436
# Build the package
4537
- name: Build package
4638
run: |

0 commit comments

Comments
 (0)