From 4e5146142cbd79b2a6fda9c357b07adeae231d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 26 Jul 2024 15:35:52 +0200 Subject: [PATCH] fix: URL is case sensitive in release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f783564..4cbd469 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,8 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/pyvulnerabilitylookup + url: https://pypi.org/p/PyVulnerabilityLookup + permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: