Skip to content

Commit 7850c40

Browse files
chore: only dry run on travis
1 parent 6c94e75 commit 7850c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
before_script:
1212
- go build ./cmd/semantic-release/
1313
after_success:
14-
- ./scripts/release
14+
- ./semantic-release -dry
1515
notifications:
1616
email: false
1717
branches:

0 commit comments

Comments
 (0)