Skip to content

Commit

Permalink
development: * fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-veis committed Nov 5, 2023
1 parent a1f84b6 commit 5028738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:

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

0 comments on commit 5028738

Please sign in to comment.