Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sathninduk committed Dec 4, 2024
1 parent afcfa56 commit 742abca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
VERSION=$(python setup.py --version)
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
# Create Git tag
- name: Create and push Git tag
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git tag -a "v$PACKAGE_VERSION" -m "Release version $PACKAGE_VERSION"
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} "v$PACKAGE_VERSION"
# Build the package
- name: Build package
run: |
Expand Down

0 comments on commit 742abca

Please sign in to comment.