This commit is contained in:
MuneebAijaz
2024-08-05 11:46:50 +05:00
parent 3cca8645cb
commit 2abd1164fc
3 changed files with 193 additions and 50 deletions

View File

@@ -61,6 +61,11 @@ jobs:
highest_tag=$(git tag -l --sort -version:refname | head -n 1)
echo "tag=${highest_tag%%-*}" >> $GITHUB_OUTPUT
# Get highest tag and remove any suffixes with '-'
- name: Print Highest tag
run: |
echo ${{ steps.highest_tag.outputs.tag }}
- name: Install Dependencies
run: |
make install