diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 47eedb2..dad80e8 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -28,7 +28,7 @@ jobs: - run: echo "${{ github.event.pull_request.title }}" - run: echo "APP_VERSION=$(echo ${{ github.event.pull_request.title }} |grep -o -E "([0-9]+\.){1}[0-9]+(\.[0-9]+)?" | head -n1)">>"${GITHUB_ENV}" - run: | - APP_VERSION=$(echo ${{ github.event.pull_request.title }} |grep -o -E "([0-9]+\.){1}[0-9]+(\.[0-9]+)?" | head -n1)" + APP_VERSION="$(echo ${{ github.event.pull_request.title }} |grep -o -E "([0-9]+\.){1}[0-9]+(\.[0-9]+)?" | head -n1)" if [ ! -n "${APP_VERSION}" ] then exit 255 diff --git a/package.json b/package.json index 62f18f8..f68cfbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ci-test-project", - "version": "1.0.2", + "version": "1.0.7", "main": "index.js", "repository": "https://github.com/mato533/test1.git", "author": "mato533 ", diff --git a/test.txt b/test.txt index d8c0282..6ff0287 100644 --- a/test.txt +++ b/test.txt @@ -2,3 +2,4 @@ CHANGELOG CHANGELOG CHANGELOG CHANGELOG +CHANGELOG