mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
changes
This commit is contained in:
5
.github/workflows/pull_request.yaml
vendored
5
.github/workflows/pull_request.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user