diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2742a8..40a1112 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.toml b/Cargo.toml index 0ecded7..309c5da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ 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" [package.metadata.wix] upgrade-guid = "C59671CA-09B6-4A5C-B381-BFDECECB9F9D"