Skip to content

Commit

Permalink
release: v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mato533 committed Jun 17, 2023
1 parent 3100d59 commit b8f65ad
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b8f65ad

Please sign in to comment.