Skip to content

Commit

Permalink
Merge pull request #10 from Liza-Veis/development
Browse files Browse the repository at this point in the history
development: * log step output
  • Loading branch information
liza-veis authored Nov 5, 2023
2 parents d2307d7 + 555a7fc commit 3073749
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pr_title="${{ github.event.pull_request.title }}"
if echo "$pr_title" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+"; then
version="${BASH_REMATCH}"
echo "version=$version" >> $env:GITHUB_OUTPUT
echo "version=$version" >> $GITHUB_OUTPUT
fi
- name: Determine incremented release version
Expand All @@ -57,3 +57,5 @@ jobs:
steps.extract_version_from_pr_title.outputs.version ||
steps.determine_incremented_release_version.outputs.version }}
generate_release_notes: true

run: echo ${{ steps.extract_version_from_pr_title.outputs.version }}

0 comments on commit 3073749

Please sign in to comment.