diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16a890..45dd4a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ --- name: Release CI +# yamllint disable-line rule:truthy on: - branches: main - tags: - - '*' + push: + tags: + - '*' jobs: build: diff --git a/Cargo.lock b/Cargo.lock index caa9f7e..269620e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "its-a-unix-system" -version = "0.1.1-alpha.1" +version = "0.1.1-alpha.2" dependencies = [ "anyhow", "ascii", diff --git a/Cargo.toml b/Cargo.toml index 3f84261..cd4645a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "its-a-unix-system" description = "A unix terminal for your website" -version = "0.1.1-alpha.1" +version = "0.1.1-alpha.2" authors = ["Property404 "] edition = "2021" repository = "https://github.com/Property404/its-a-unix-system"