diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 621a67c9..082536fa 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,7 +1,6 @@ on: workflow_dispatch: - schedule: - - cron: '0 0 * * *' + name: Nightly Release diff --git a/Makefile b/Makefile index f0866c26..c7be7358 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = "0.3.3" +version = "0.4.0" release: docker build . -t twitch-cli:latest