Skip to content

Commit

Permalink
Update pythonpublish.yml remove code commit
Browse files Browse the repository at this point in the history
  • Loading branch information
atthaboon authored Mar 28, 2022
1 parent f2c9e58 commit 11eb627
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Update visual studio keywords document
run: |
python -m libdoc2json PuppeteerLibrary vscode-PuppeteerLibrary.json
- name: Git Commit and Push
uses: github-actions-x/commit@v2.8
with:
github-token: ${{ secrets.GH_TOKEN }}
commit-message: This a commit from Github Actions
# - name: Git Commit and Push
# uses: github-actions-x/commit@v2.8
# with:
# github-token: ${{ secrets.GH_TOKEN }}
# commit-message: This a commit from Github Actions
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 11eb627

Please sign in to comment.