Skip to content

Commit 35c4f5f

Browse files
authored
Merge pull request #788 from watson-developer-cloud/gha_dryrun
ci: go dryrun for testing later
2 parents 9869e90 + a6d2165 commit 35c4f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6565
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66-
run: npx semantic-release # --dry-run
66+
run: npx semantic-release --dry-run
6767
- name: Build binary wheel and a source tarball
6868
run: python setup.py sdist
6969
- name: Publish a Python distribution to PyPI # must have built dist before

0 commit comments

Comments
 (0)