Update build.yml

This commit is contained in:
ikun
2024-09-15 17:30:15 +08:00
parent 8296f03f70
commit 069ac110e3

View File

@@ -15,7 +15,6 @@ jobs:
- name: Get package version
run: |
node -p "process.env.PACKAGE_VERSION = require('./package.json').version" >> $GITHUB_ENV
echo ${{ env.PACKAGE_VERSION }}
- name: Set up Python 3.11
uses: actions/setup-python@v3