diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6f41ba..60a6607 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/version b/version index fbb9709..8cfbc90 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION='v1.1.1' \ No newline at end of file +1.1.1 \ No newline at end of file