We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fceb6 commit c19795cCopy full SHA for c19795c
1 file changed
.github/workflows/maven-publish-on-push.yml
@@ -42,7 +42,7 @@ jobs:
42
else
43
echo "is_snapshot=false" >> $GITHUB_OUTPUT
44
fi
45
- if [[ ${{ github.ref_name }} =~ **/tags/** ]]; then
+ if [[ ${{ github.ref }} == 'refs/tags/'* ]]; then
46
echo "has_tag=true" >> $GITHUB_OUTPUT
47
48
echo "has_tag=false" >> $GITHUB_OUTPUT
0 commit comments