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 c343a64 commit 6959207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v4
- name: Retrieve latest tag
id: latest-tag
run: echo "LATEST_TAG=$(git for-each-ref --sort=-version:refname --format='%(refname:lstrip=2)' refs/tags | head -1)" >> GITHUB_OUTPUT
run: echo "LATEST_TAG=$(git for-each-ref --sort=-version:refname --format='%(refname:lstrip=2)' refs/tags | head -1)" >> "GITHUB_OUTPUT"
- name: Save latest tag
env:
LATEST_TAG: ${{ steps.latest-tag.outputs.LATEST_TAG }}
run: echo "latest_tag=$LATEST_TAG"
run: echo "$LATEST_TAG"

0 comments on commit 6959207

Please sign in to comment.