Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fleming authored Oct 17, 2024
1 parent 8ad1464 commit 9282e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Get Tags
run: |
git fetch --tags --force --quiet
tag=$(git tag -l $GITHUB_REF_NAME* | tail -1 | cut -d "-" -f2-)
#tag=$(git tag -l nothing* | tail -1 | cut -d "-" -f2-)
#tag=$(git tag -l $GITHUB_REF_NAME* | tail -1 | cut -d "-" -f2-)
tag=$(git tag -l nothing* | tail -1 | cut -d "-" -f2-)
if [ ! -z "$tag" ];
then
echo "$tag"
Expand Down

0 comments on commit 9282e96

Please sign in to comment.