Skip to content

Commit

Permalink
development: * test step without passing env
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-veis committed Nov 5, 2023
1 parent 5028738 commit 388d403
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ jobs:
generate_release_notes: true

- name: Get color
env:
SELECTED_COLOR: ${{ steps.extract-version-from-pr-title.outputs.SELECTED_COLOR }}
run: echo "The selected color is $SELECTED_COLOR"
run: echo "The selected color is ${{ steps.extract-version-from-pr-title.outputs.SELECTED_COLOR }}"

0 comments on commit 388d403

Please sign in to comment.