Skip to content

Commit

Permalink
Remove echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchnei committed Apr 25, 2024
1 parent da678b9 commit 7c95a63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
PR_TITLE="${{ github.event.pull_request.title }}"
VERSION_PATTERN="^Bump version: [0-9]+\.[0-9]+\.[0-9]+ → [0-9]+\.[0-9]+\.[0-9]+$"
echo "PR_TITLE: $PR_TITLE"
echo "GITHUB_EVENT_PATH: $GITHUB_EVENT_PATH"
VERSION_PATTERN="^Bump version: [0-9]+\.[0-9]+\.[0-9]+ → [0-9]+\.[0-9]+\.[0-9]+$"
if [[ "$PR_TITLE" =~ $VERSION_PATTERN ]]; then
echo "Valid PR title for publishing."
echo "::set-output name=should_publish::true"
Expand Down

0 comments on commit 7c95a63

Please sign in to comment.