Merge pull request #406 from dannyrb/chore/repository-cleanup

test semantic-release w/ dry run flag
This commit is contained in:
Danny Brown 2019-04-26 16:33:14 -04:00 committed by GitHub
commit 1169ad028a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ jobs:
# attempting to run it from a `pr`, which is not the case
- run:
name: Publish using Semantic Release
command: npx semantic-release --debug --no-ci
command: npx semantic-release --debug --dry-run
workflows:
version: 2