Skip to content

Commit

Permalink
Merge pull request #18 from Liza-Veis/development
Browse files Browse the repository at this point in the history
development: + test step
  • Loading branch information
liza-veis authored Nov 5, 2023
2 parents 84ec777 + 91426b7 commit 622cf60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
version="${BASH_REMATCH}"
echo "version=$version" >> $GITHUB_OUTPUT
fi
echo "SELECTED_COLOR=green" >> "$GITHUB_OUTPUT"
- name: Determine incremented release version
id: determine-incremented-release-version
Expand All @@ -57,3 +58,8 @@ jobs:
steps.extract-version-from-pr-title.outputs.version ||
steps.determine-incremented-release-version.outputs.version }}
generate_release_notes: true

- name: Get color
env:
SELECTED_COLOR: ${{ steps.color-selector.outputs.SELECTED_COLOR }}
run: echo "The selected color is $SELECTED_COLOR"

0 comments on commit 622cf60

Please sign in to comment.