Skip to content

Commit f5c5cad

Browse files
Update release.yml
1 parent 15186ba commit f5c5cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
- name: Set release version
6363
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
6464
- uses: actions/checkout@v3
65-
- name: Use Node.js ${{ matrix.version }}
66-
uses: actions/setup-node@v3
65+
- name: Use Python ${{ matrix.version }}
66+
uses: actions/setup-python@v4
6767
with:
68-
node-version: ${{ matrix.version }}
68+
python-version: ${{ matrix.version }}
6969
- name: Make build script executable
7070
run: chmod +x ./build.sh
7171
- name: Make packaging script executable

0 commit comments

Comments
 (0)