From bd54946b9444d6e9590e71a0396ef7667166e861 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Tue, 7 May 2024 17:12:02 +0200 Subject: [PATCH] homepage & release --- .github/workflows/release.yml | 2 +- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"