Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Dec 12, 2024
1 parent fae1e71 commit ab99d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

- name: Get all tags for upcoming matrix
id: get_latest_release
#echo "DATA=[\"$(echo $(git tag --sort=-creatordate ) | sed 's/ /\", \"/g')\"]" >> "$GITHUB_OUTPUT"
run: |
echo "DATA=[\"1.0.1\", \"1.1.1\", \"OpenFlight-1.7.9\"]" >> "$GITHUB_OUTPUT"
echo "LATEST=$(echo $(git tag -l --sort=-creatordate | head -n 1 )" >> "$GITHUB_OUTPUT"
#echo "DATA=[\"$(echo $(git tag --sort=-creatordate ) | sed 's/ /\", \"/g')\"]" >> "$GITHUB_OUTPUT"

DocMatrix:
needs: InitialSetup

Expand Down

0 comments on commit ab99d21

Please sign in to comment.