Skip to content

Commit 25959a7

Browse files
committed
chore: skipcleanup
1 parent 11d81bf commit 25959a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ deploy:
3636
on:
3737
tags: true
3838
provider: releases
39-
cleanup: false
39+
skip_cleanup: true
40+
# cleanup: false
4041

4142
branches:
4243
only:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oscar"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors = ["Adam Simpson <adam@heysparkbox.com>"]
55
edition = "2018"
66
description = "A CLI application to download videos from PBS. Ideally run in cron or another scheduler."

0 commit comments

Comments
 (0)