Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Rogerson committed Sep 27, 2023
1 parent 50756a8 commit dcf199b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
- name: Determine Version Increment
id: version_increment
run: |
TITLE=$(echo "${{ env.pr_title }}" | awk '{print tolower($0)}')
TITLE=$(echo "${{ env.pr_title }}" | awk '{print tolower($0)}')
echo "Lowercased PR title: $TITLE"
if [[ $TITLE == Patch* ]]; then
increment="patch"
Expand Down

0 comments on commit dcf199b

Please sign in to comment.