Skip to content

Commit

Permalink
Merge pull request #9 from mato533/release/test
Browse files Browse the repository at this point in the history
[RELEASE] v1.0.7
  • Loading branch information
mato533 authored Jun 17, 2023
2 parents 1b7974e + 3a00de2 commit 14c7d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ CHANGELOG
CHANGELOG
CHANGELOG
CHANGELOG
CHANGELOG

0 comments on commit 14c7d96

Please sign in to comment.