Skip to content

Commit

Permalink
ci: fix publish url
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed May 26, 2023
1 parent b9d8253 commit 722d360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
environment:
name: pypi
url: https://pypi.org/p/moderncmakedomain
url: https://pypi.org/p/sphinxcontrib-moderncmakedomain
permissions:
id-token: write

Expand Down

0 comments on commit 722d360

Please sign in to comment.