Skip to content

Commit 4e51461

Browse files
committed
fix: URL is case sensitive in release.yml
1 parent 8873e4b commit 4e51461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment:
1313
name: pypi
14-
url: https://pypi.org/p/pyvulnerabilitylookup
14+
url: https://pypi.org/p/PyVulnerabilityLookup
15+
1516
permissions:
1617
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1718
steps:

0 commit comments

Comments
 (0)