Skip to content

Commit 07073ae

Browse files
committed
ci: Correct action and var
1 parent 070f770 commit 07073ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: 'success() && ${{ needs.prepare.outputs.is-release }}'
5050
environment:
5151
name: 'pypi'
52-
url: 'https://pypi.org/p/atsphinx-atsphinx-qrcode'
52+
url: 'https://pypi.org/p/atsphinx-qrcode'
5353
permissions:
5454
id-token: write
5555
steps:
@@ -70,7 +70,9 @@ jobs:
7070
url: ${{ steps.deployment.outputs.page_url }}
7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: jdx/mise-action@v2
73+
- uses: aquaproj/aqua-installer@9ebf656952a20c45a5d66606f083ff34f58b8ce0 # v4.0.0
74+
with:
75+
aqua_version: v2.43.1
7476
- name: Build document
7577
run: |
7678
task --yes setup docs:build-mini18n-dirhtml

0 commit comments

Comments
 (0)