Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2023
1 parent 54e8528 commit 1cab8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git switch main || (git fetch --all && git checkout -b main origin/main)
echo "LATEST_MAJOR=$(echo ${{ steps.get-latest-release.outputs.tag_name }} | cut -d . -f 1)" >> $GITHUB_ENV
echo "LATEST_TAG=${{ steps.get-latest-release.outputs.tag_name }}" >> $GITHUB_ENV
latest=$(cat $(ls conf/*.conf | tail -1) | grep VM_RELEASE | cut -d = -f 2)
latest=$(ls conf/*.conf | tail -1)
echo "LATEST_RELEASE=$latest" >> $GITHUB_ENV
- name: Update the readme.md
Expand Down

0 comments on commit 1cab8ea

Please sign in to comment.