diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40a1112..e2742a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ permissions: on: push: tags: - - '**[0-9]+.[0-9]+.[0-9]+*' + - '[0-9]+.[0-9]+.[0-9]+' pull_request: jobs: diff --git a/Cargo.lock b/Cargo.lock index 13c8d57..85d44bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "pastebin-cli" -version = "0.1.5" +version = "0.1.7" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d4fe5f0..40d9f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "pastebin-cli" -version = "0.1.5" +version = "0.1.7" edition = "2021" description = "A simple CLI for pastebin.com" authors = ["Tilo K"] license = "AGPL-3.0-or-later" repository = "https://github.com/Tilo-K/pastebin-cli" homepage = "https://tilok.dev" +homepage = "https://tilok.dev" [package.metadata.wix] upgrade-guid = "C59671CA-09B6-4A5C-B381-BFDECECB9F9D" @@ -41,7 +42,12 @@ ci = "github" # The installers to generate for each app installers = ["shell", "powershell", "npm", "homebrew", "msi"] # Target platforms to build apps for (Rust target-triple syntax) -targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] +targets = [ + "aarch64-apple-darwin", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu", + "x86_64-pc-windows-msvc", +] # The archive format to use for windows builds (defaults .zip) windows-archive = ".tar.gz" # The archive format to use for non-windows builds (defaults .tar.xz) @@ -53,4 +59,5 @@ pr-run-mode = "plan" # Whether to install an updater program install-updater = true -allow-dirty = ["ci"] \ No newline at end of file +allow-dirty = ["ci"] +allow-dirty = ["ci"]