Skip to content

Commit 19b7b46

Browse files
committed
ci: Update for using task
1 parent 80902b4 commit 19b7b46

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*.*.*'
77

8+
env:
9+
TASK_X_REMOTE_TASKFILES: 1
10+
811
jobs:
912
check-stage:
1013
runs-on: ubuntu-latest
@@ -17,8 +20,10 @@ jobs:
1720
needs: [check-stage]
1821
runs-on: ubuntu-latest
1922
steps:
20-
- uses: actions/checkout@v4
21-
- uses: jdx/mise-action@v2
23+
- uses: actions/checkout@v5
24+
- uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
25+
with:
26+
aqua_version: v2.51.2
2227
- name: 'Build package'
2328
run: |
2429
uv build

0 commit comments

Comments
 (0)