Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Aug 27, 2024
1 parent f0351d1 commit 0b75662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
fi
git fetch --tags
if [ $(git tag -l "v${{ github.event.inputs.custom-version }}") ]; then
if [ "$(git tag -l 'v${{ github.event.inputs.custom-version }}')" ]; then
echo "The provided version already exists. Please provide a unique version."
exit 1
fi
Expand Down

0 comments on commit 0b75662

Please sign in to comment.