构建工作流

This commit is contained in:
j m 2024-05-11 09:59:04 +08:00
parent bd880d7c81
commit e9808f4013
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: version
id: version
run: |
version=$(cat version |sed -ne "s/VERSION\s=\s'v\(.*\)'/\1/gp")
version=$(cat version)
echo "version=$version" >> $GITHUB_ENV
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4

View File

@ -1 +1 @@
VERSION='v1.1.1'
1.1.1