We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcfa56 commit 742abcaCopy full SHA for 742abca
.github/workflows/publish.yml
@@ -33,14 +33,6 @@ jobs:
33
VERSION=$(python setup.py --version)
34
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
35
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
-
44
# Build the package
45
- name: Build package
46
run: |
0 commit comments