Skip to content

Commit 66b4a23

Browse files
committed
ci: Fix deps and value
1 parent 51ac1c0 commit 66b4a23

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
@@ -14,6 +14,7 @@ jobs:
1414
run: |
1515
echo ::set-output name=is_ga::$(echo ${{ github.ref }} | grep '^v[0-9]\+\.[0-9]\+\.[0-9]\+$'|wc -l)
1616
build:
17+
needs: [check-stage]
1718
runs-on: ubuntu-latest
1819
steps:
1920
- uses: actions/checkout@v4
@@ -50,7 +51,7 @@ jobs:
5051
if: success() && ${{ needs.prepare.outputs.is-release }}
5152
environment:
5253
name: pypi
53-
url: https://pypi.org/p/atsphinx-pagefind
54+
url: https://pypi.org/p/oEmbedPy
5455
permissions:
5556
id-token: write
5657
steps:

0 commit comments

Comments
 (0)