Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Jan 26, 2025
1 parent 85ff0ab commit 85b4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
git --version
- name: Set color
id: color-selector
run: echo "SELECTED_COLOR=$(git --version)" >> "$GITHUB_OUTPUT"
run: echo "SELECTED_COLOR=$(git for-each-ref --sort=-version:refname --format='%(refname:lstrip=2)' refs/tags | head -1)" >> "$GITHUB_OUTPUT"
- name: Get color
env:
SELECTED_COLOR: ${{ steps.color-selector.outputs.SELECTED_COLOR }}
Expand Down

0 comments on commit 85b4eb6

Please sign in to comment.