Skip to content

Commit f930413

Browse files
committed
disabling nightlies and bumping version
1 parent ee717f3 commit f930413

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nightly.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
workflow_dispatch:
3-
schedule:
4-
- cron: '0 0 * * *'
3+
54

65
name: Nightly Release
76

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.3.3"
1+
version = "0.4.0"
22

33
release:
44
docker build . -t twitch-cli:latest

0 commit comments

Comments
 (0)