Skip to content

Commit

Permalink
fix: remove response_dialog fiedlds
Browse files Browse the repository at this point in the history
  • Loading branch information
zairahms committed Jul 16, 2021
1 parent b09f905 commit 923cdf6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:
npm install -g @semantic-release/release-notes-generator
- name: Publish to Git Releases and Tags
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release #--dry-run --branches 9388_gha Uncomment for testxing purposes
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.4.2 # Try to update version tag every release
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://upload.pypi.org/legacy/
repository_url: https://upload.pypi.org/legacy/

0 comments on commit 923cdf6

Please sign in to comment.