Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2023
1 parent 809ab6e commit c8ba3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ 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)
echo "LATEST_RELEASE=$latest" >> $GITHUB_ENV
- name: Update the readme.md
uses: vmactions/[email protected]
Expand Down

0 comments on commit c8ba3fb

Please sign in to comment.